My Vim Configuration

By | January 7, 2014

I have been using vim for a few years now and had been using my very own vim configuration, mainly with Nerdtree and CtrlP, in the past few days I have discovered a well packaged vim configuration with lots of plugins. But shortly I discovered that the tab space is set to 2, which I normally use 4. So I forked the repository and changed it to suit my style and added some more mappings to navigate between tabs.

" Tab navigation
noremap <C-h> <C-w><Left>
noremap <C-l> <C-w><Right>
noremap <leader>[ gT
noremap <leader>] gt

Since the installation script is hardcoded to point to the original repository, if you would like use my own fork, please install via this command:

curl -lo- https://raw.github.com/variable/janus/james/bootstrap.sh | bash

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.