Script Roundup: tslime.vim, diffchar.vim

tslime.vim

Alex R. Young
usevim
1 min readJun 4, 2014

--

tslime.vim (GitHub: lord-garbage / tslime.vim) by Christian Brauner is a fork of slime.vim that uses tmux instead of screen. It has been refactored to use tmux’s panels.

If you used slime.vim, Christian has put the same shortcuts into the readme so you can make it feel like the original.

diffchar.vim

diffchar.vim by Rick Howe is a plugin for diff mode that shows differences based on characters.

It has a built-in text comparison algorithm, so the author notes that it might have performance issues. You can run it on selections of text rather than entire files, so it should be OK if you want something different to the standard diff view.

--

--