From 56c24ccb16bea75544eb7f047c7c4731d9cc70d0 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 30 Aug 2016 08:28:20 +0200 Subject: [PATCH] backspace to switch to last open buffer --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 3449871..aa92a06 100644 --- a/vimrc +++ b/vimrc @@ -171,6 +171,9 @@ nnoremap :noh nnoremap j gj nnoremap k gk +"" open last buffer +nnoremap + " Easier split navigation " Use ctrl-[hjkl] to select the active split!