aboutsummaryrefslogtreecommitdiff
path: root/vimrc.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.dot.link')
-rw-r--r--vimrc.dot.link3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc.dot.link b/vimrc.dot.link
index 14724f5..0e52bde 100644
--- a/vimrc.dot.link
+++ b/vimrc.dot.link
@@ -83,8 +83,9 @@ let g:syntastic_mode_map = { 'mode': 'passive',
" Shortcut to open a new tab
nmap <ESC>n :tabnew<CR>
-" Quit shortcut
+" Quit and close shortcuts
map q :wqa <CR>
+map t :tabclose <CR>
" NERDTree section
" Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc