* Vim notes ** spf13-vim: https://github.com/spf13/spf13-vim ** List all plugins: :PluginList ** Update them: :PluginUpdate ** Install a new plugin :PluginInstall utl.vim ** Install a new plugin from Github Add to .vimrc_bundles plugin's name: vim-scripts / restore_view.vim in Vim: :PluginInstall ** vimv https://github.com/thameera/vimv $ sudo su # cd /usr/local/bin # curl https://raw.githubusercontent.com/thameera/vimv/master/vimv > /usr/local/bin/vimv && chmod +755 /usr/local/bin/vimv