From a8d03cf95cf37837743f2c271dc8efd071fc0b67 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 2 Jun 2018 18:17:55 +1200 Subject: Use full commands in buffer cycle mappings --- vim/config/buffers.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/config/buffers.vim b/vim/config/buffers.vim index ddd40b9f..b5a0151b 100644 --- a/vim/config/buffers.vim +++ b/vim/config/buffers.vim @@ -8,7 +8,7 @@ endif " Cycle back and forth through buffers. nnoremap \ [b - \ :bp + \ :bprevious nnoremap \ ]b - \ :bn + \ :bnext -- cgit v1.2.3