vim: fix buffers navigation

This commit is contained in:
Meutel 2016-05-22 10:29:52 +02:00
parent aaa525912e
commit cd0d259c95

4
_vimrc
View File

@ -100,8 +100,8 @@ nnoremap <Leader>w :w<CR>
" quit " quit
nnoremap <Leader>q :q<CR> nnoremap <Leader>q :q<CR>
" navigate buffers " navigate buffers
nnoremap <Leader>h :bn<CR> nnoremap <Leader>l :bn<CR>
nnoremap <Leader>l :bp<CR> nnoremap <Leader>h :bp<CR>
" copy/paste system clipboard " copy/paste system clipboard
vmap <Leader>y "+y vmap <Leader>y "+y
vmap <Leader>d "+d vmap <Leader>d "+d