From ecbb2c0a73f284a69f7e1bcb0413ddaea49d9e16 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 30 May 2014 23:55:18 -0400 Subject: vimrc: add comment to my "delete buffer & go to previous tab" map Spell out what the mapping is doing. --- vimrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vimrc') diff --git a/vimrc b/vimrc index b286f62..4443630 100644 --- a/vimrc +++ b/vimrc @@ -461,6 +461,8 @@ nnoremap / :nohlsearch " Tabs nnoremap tn :tabnew + +" Delete buffer and go to previous tab nnoremap tx :bdelete \| normal! gT " Quickfix -- cgit v1.2.3