summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-13 15:59:57 +0200
committerHugues Hiegel <hugues.hiegel@qosmos.com>2012-07-13 15:59:57 +0200
commit1e962fbd1efd397e0d09f9e756c0aac66fa934cc (patch)
treed706bce37655a020043ea8267bc14157d2efb140
parent9c8b6c2863b5c7ce28138fdfe07cbedab244832e (diff)
Buffer next/previous with C-h & C-l
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index fe849d8..cddc75b 100644
--- a/vimrc
+++ b/vimrc
@@ -72,7 +72,8 @@ nmap <F10> za
nmap <F11> :setlocal invfoldenable<CR>
"buffer moving
-nmap <C-B> :bN<CR>
+nmap <C-L> :bn<CR>
+nmap <C-H> :bN<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