From f21c3ac1b7f0c078d1f46ba8ada042737d166552 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 16 May 2014 12:40:54 -0300 Subject: Removing menu and toolbar; close tab shortcut --- vimrc.dot.link | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vimrc.dot.link') 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 n :tabnew -" Quit shortcut +" Quit and close shortcuts map q :wqa +map t :tabclose " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc -- cgit v1.2.3