From cd0d259c95ef54719ffe2061de3c67fd63459b1d Mon Sep 17 00:00:00 2001 From: Meutel Date: Sun, 22 May 2016 10:29:52 +0200 Subject: [PATCH] vim: fix buffers navigation --- _vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_vimrc b/_vimrc index 0f8842f..cc8afb4 100644 --- a/_vimrc +++ b/_vimrc @@ -100,8 +100,8 @@ nnoremap w :w " quit nnoremap q :q " navigate buffers -nnoremap h :bn -nnoremap l :bp +nnoremap l :bn +nnoremap h :bp " copy/paste system clipboard vmap y "+y vmap d "+d