From eaa06587b17df1d408ba1857053438a393a56523 Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Fri, 2 Aug 2013 14:29:35 +0200 Subject: [Keys] binds keys for buffers/tabs navigation --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 759622e..1645e96 100644 --- a/vimrc +++ b/vimrc @@ -89,8 +89,10 @@ nmap ; za nmap :setlocal invfoldenable "buffer moving -nmap l :bn -nmap h :bN +nmap h :tabN +nmap j :bn +nmap k :bN +nmap l :tabn " When editing a file, always jump to the last known cursor position. " Don't do it when the position is invalid or when inside an event handler -- cgit v1.2.3