diff options
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,3 +57,6 @@ nnoremap a, :Tabularize /,/r0l1<cr> " airline set laststatus=2 " display status line even with no splits let g:netrw_dirhistmax=0 " without this, it likes to create ~/.vim/.netrwhist + +" nerdtree: +nnoremap <F12> :NERDTreeToggle<cr> |