From 29b6982434f0311669043a1a00d2f06bf28b7ab7 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 2 Jun 2014 11:50:34 -0400 Subject: vimrc: change tx mapping to use "td" instead "tx" is an awkward pair of keys and it kind of hurts to type. Change the mapping to something easier on the fingers. --- vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 2b6a861..818168b 100644 --- a/vimrc +++ b/vimrc @@ -184,6 +184,9 @@ " * Add a leader command to go to the last active tab. Make it easier to " back and forth between tabs. " +" 2014.06.02: +" * Change tx to td. Typing "tx" is too uncomfortable. +" " Pathogen @@ -465,7 +468,7 @@ nnoremap / :nohlsearch nnoremap tn :tabnew " Delete buffer and go to previous tab -nnoremap tx :bdelete \| normal! gT +nnoremap td :bdelete \| normal! gT " Go to last viewed tab " http://stackoverflow.com/a/2120168 -- cgit v1.2.3