From 9ae46d39be908ccd78bfb15f6579c76bd69bb260 Mon Sep 17 00:00:00 2001 From: viktorbarzin Date: Wed, 17 Oct 2018 17:00:02 +0100 Subject: [PATCH] Update dotfiles --- .vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vimrc b/.vimrc index 69e7003..19fc958 100644 --- a/.vimrc +++ b/.vimrc @@ -200,8 +200,8 @@ map l map h " easier moving between tabs -map m :bn -map n :bp +map m ;bn +map n ;bp " Create empty buffer and open it map t :enew