From 402ba62d06cdeda0a4c77bba6e0cad1dfa6b2eb5 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 21 Jun 2012 23:20:12 +0200 Subject: [PATCH] vimrc: Don't use abbreviated commands (:bprev -> :bprevious). --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.1