summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 85195e4..5596c3e 100644
--- a/.vimrc
+++ b/.vimrc
@@ -84,7 +84,7 @@ let python_highlight_all = 1
" common save shortcuts
inoremap <C-s> <esc>:w<cr>a
nnoremap <C-s> :w<cr>
-inoremap <C-c> <esc>:q<cr>a
+inoremap <C-c> <esc>:q<cr>
nnoremap <C-c> :q<cr>
"au VimEnter * :NERDTreeToggle