From 82ef1243eaa2de915bf2205da492a8be70d4ae56 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 12 May 2014 20:53:50 -0300 Subject: Move quit shortcut to vimrc --- vimrc.dot.link | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vimrc.dot.link') 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 n :tabnew +" Quit shortcut +map q :wqa + " NERDTree section " Thanks to http://stackoverflow.com/questions/1447334/how-do-you-add-nerdtree-to-your-vimrc -- cgit v1.2.3