]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Add maps for fast access to buffers.
authorSimon Ruderich <simon@ruderich.org>
Wed, 13 May 2009 15:32:46 +0000 (17:32 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 13 May 2009 15:32:46 +0000 (17:32 +0200)
vimrc

diff --git a/vimrc b/vimrc
index a6ea6aef32087b76efd8867cc47e82774614ccaa..de7dc05c18d5276e0781b0d6ecf7bbd054fc85a0 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -118,6 +118,18 @@ set listchars=trail:-,nbsp:!,extends:>
 nnoremap <Space> <C-f>
 nnoremap - <C-b>
 
+" Fast access to buffers.
+nnoremap <Leader>1 :1b<CR>
+nnoremap <Leader>2 :2b<CR>
+nnoremap <Leader>3 :3b<CR>
+nnoremap <Leader>4 :4b<CR>
+nnoremap <Leader>5 :5b<CR>
+nnoremap <Leader>6 :6b<CR>
+nnoremap <Leader>7 :7b<CR>
+nnoremap <Leader>8 :8b<CR>
+nnoremap <Leader>9 :9b<CR>
+nnoremap <Leader>0 :10b<CR>
+
 " Maps to change spell language between English and German and disable it.
 if v:version >= 700
     map <Leader>sn :set nospell<CR>