Sane buffers

This commit is contained in:
Fergal Moran
2018-05-28 10:18:35 +01:00
parent 66441c4a90
commit 9f87f3c8df

2
.vimrc
View File

@@ -61,7 +61,7 @@ map <c-l> <c-w>l
nnoremap <Tab> :bnext<CR>
nnoremap <S-Tab> :bprevious<CR>
noremap <F3> :Autoformat<CR><CR>
noremap <C-w> :Bclose<CR>
noremap <C-c> :Bclose<CR>
"CTRL-N to open Nerd Tree
map <C-n> :NERDTreeToggle<CR>