Shell Inside VIM
Hacking VIM is one of my favorite activity because I use it almost everyday. Interacting with shell inside VIM give us vim’s editing power, snippets, undo and so many great features. I wrote shellbridge 3 months ago and I mostly use it for redis operations and mass file management with SCM.
shellbridge is a daemon written in javascript, enabling an interactive shell experience inside editors like vim. Inspired by xiki but in a different way.