From: Simon Ruderich Date: Thu, 21 Jun 2012 21:20:12 +0000 (+0200) Subject: vimrc: Don't use abbreviated commands (:bprev -> :bprevious). X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=402ba62d06cdeda0a4c77bba6e0cad1dfa6b2eb5;hp=ec8f28407574099220c8a6f459df2a4a004d02b5;p=config%2Fdotfiles.git vimrc: Don't use abbreviated commands (:bprev -> :bprevious). --- diff --git a/vimrc b/vimrc index 732941a..6c3e292 100644 --- a/vimrc +++ b/vimrc @@ -365,7 +365,7 @@ nmap - " Go to next and previous buffer. Thanks to elik in #vim on Freenode " (2010-05-16 18:38 CEST) for this idea. nnoremap gb :bnext -nnoremap gB :bprev +nnoremap gB :bprevious " Fast access to buffers. nnoremap 1 :1buffer