Scripts to set up my vim environment on any machine. Right now it installs the following scripts and plugins:
- Most Recently Used
- taglist.vim
- pathogen.vim
- SnipMate - along with some pre-defined and custom snippets
The vimrc will change the leader key to <Space>. The following custom mappings are defined:
<Space>mfAdd:Mruin command line which allows you to specify a filter before hitting enter<Space>mrDirectly open most recently used files list<Space>tOpen new tab and explore the current file's directory<Space>gToggle taglist<Space><NUM>Go to tab (works with numbers from 1 to 7)<Space>qQuit<Space>eExplore Directory
Attention: This will overwrite your .vimrc without asking! You have been warned.
bash <(curl -LsS https://raw.github.com/moee/vim_setup/master/install)