diff options
author | Teddy Wing | 2014-05-30 23:55:18 -0400 |
---|---|---|
committer | Teddy Wing | 2014-05-30 23:55:18 -0400 |
commit | ecbb2c0a73f284a69f7e1bcb0413ddaea49d9e16 (patch) | |
tree | 566af9feaf672603c10f73dcce1e2840f871de42 /vimrc | |
parent | 156609d1da7d9d2db646f80cd68387dfee1eeeff (diff) | |
download | dotvim-ecbb2c0a73f284a69f7e1bcb0413ddaea49d9e16.tar.bz2 |
vimrc: add comment to my "delete buffer & go to previous tab" map
Spell out what the mapping is doing.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -461,6 +461,8 @@ nnoremap <leader>/ :nohlsearch<cr> " Tabs nnoremap <leader>tn :tabnew<cr> + +" Delete buffer and go to previous tab nnoremap <leader>tx :bdelete \| normal! gT<cr> " Quickfix |