]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Don't use abbreviated commands (:bprev -> :bprevious).
authorSimon Ruderich <simon@ruderich.org>
Thu, 21 Jun 2012 21:20:12 +0000 (23:20 +0200)
committerSimon Ruderich <simon@ruderich.org>
Thu, 21 Jun 2012 21:20:12 +0000 (23:20 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 732941ae20f8cc35c74dad34832af7e222304f52..6c3e292145226b121326a392c6103c7d3be84944 100644 (file)
--- a/vimrc
+++ b/vimrc
@@ -365,7 +365,7 @@ nmap - <C-B>
 " Go to next and previous buffer. Thanks to elik in #vim on Freenode
 " (2010-05-16 18:38 CEST) for this idea.
 nnoremap <silent> gb :bnext<CR>
-nnoremap <silent> gB :bprev<CR>
+nnoremap <silent> gB :bprevious<CR>
 
 " Fast access to buffers.
 nnoremap <silent> <Leader>1 :1buffer<CR>