backspace to switch to last open buffer

This commit is contained in:
Thomas Ruoff
2016-08-30 08:28:20 +02:00
parent 55dbb59d62
commit 56c24ccb16

3
vimrc
View File

@@ -171,6 +171,9 @@ nnoremap <leader><space> :noh<cr>
nnoremap j gj
nnoremap k gk
"" open last buffer
nnoremap <BS> <C-^>
" Easier split navigation
" Use ctrl-[hjkl] to select the active split!