aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gvimrc.dot.link3
-rw-r--r--vimrc.dot.link3
2 files changed, 3 insertions, 3 deletions
diff --git a/gvimrc.dot.link b/gvimrc.dot.link
index 19f70e8..28d63bd 100644
--- a/gvimrc.dot.link
+++ b/gvimrc.dot.link
@@ -14,9 +14,6 @@ set nu
" Change to the current file's folder
map <leader>cd :cd %:p:h>cr<
-" Quit shortcut
-map q :wqa <CR>
-
" Font configuration
set gfn=Monospace\ 8
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