summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-02 14:29:35 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2013-08-02 14:29:35 +0200
commiteaa06587b17df1d408ba1857053438a393a56523 (patch)
treef0323df8aaa548214e0fe84374f6e1e29e4abc72
parent3f83a6fd6537f9806cc10c96c881dd7b2bc21dc8 (diff)
[Keys] binds keys for buffers/tabs navigation
-rw-r--r--vimrc6
1 files 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 <F10> :setlocal invfoldenable<CR>
"buffer moving
-nmap <ESC>l :bn<CR>
-nmap <ESC>h :bN<CR>
+nmap <ESC>h :tabN<CR>
+nmap <ESC>j :bn<CR>
+nmap <ESC>k :bN<CR>
+nmap <ESC>l :tabn<CR>
" 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