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