Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added NERDTree
  • Loading branch information
Kaleb White committed Feb 1, 2013
1 parent b77afd0 commit 6a571e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hydrogen/keybindings.vim
Expand Up @@ -66,6 +66,9 @@ nmap <leader>s<right> :rightbelow vnew<CR>
nmap <leader>s<up> :leftabove new<CR>
nmap <leader>s<down> :rightbelow new<CR>
" NERDTree
map <leader>n :NERDTreeToggle<CR>
" source: http://mislav.uniqpath.com/2011/12/vim-revisited/
" double percentage sign in command mode is expanded
" to directory of current file - http://vimcasts.org/e/14
Expand Down
1 change: 1 addition & 0 deletions hydrogen/vundle.vim
Expand Up @@ -21,6 +21,7 @@ Bundle 'mirell/vim-matchit'
Bundle 'leshill/vim-json'
Bundle 'vim-scripts/netrw.vim.git'
Bundle 'nathanaelkane/vim-indent-guides.git'
Bundle 'scrooloose/nerdtree'
Bundle 'Lokaltog/vim-easymotion.git'
Bundle 'pangloss/vim-javascript'
Bundle 'kchmck/vim-coffee-script'
Expand Down

0 comments on commit 6a571e7

Please sign in to comment.