This commit is contained in:
Alex Yatskov 2016-03-30 11:49:19 -07:00
parent a32fa7ee82
commit 6c211eda45

View File

@ -3,7 +3,8 @@ let mapleader = "\<Space>"
" core
nnoremap <silent><Leader>w :w<Cr>
nnoremap <silent><Leader>x :x<Cr>
nnoremap <silent><Bs> :bp\|bd! #<Cr>
nnoremap <silent><Bs> :bd!<Cr>
nnoremap <silent><A-Bs> :bp\|bd! #<Cr>
nnoremap <silent><C-Bs> <C-W>q
nnoremap <silent><Leader><Leader> :b#<Cr>
nnoremap <silent><Esc><Esc> :nohlsearch<Cr>