summaryrefslogtreecommitdiff
path: root/runtime/evim.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-05-12 20:34:15 +0100
committerBram Moolenaar <Bram@vim.org>2022-05-12 20:34:15 +0100
commit3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2 (patch)
tree95041e4099ce8554fc39df7bf24096cebb183be3 /runtime/evim.vim
parentd0b1a09f44654bb5e29b09de1311845200f17d90 (diff)
downloadvim-git-3f32a5f1601ab2b0eba0caad00d4c26fb86a02a2.tar.gz
Update runtime files and translations
Diffstat (limited to 'runtime/evim.vim')
-rw-r--r--runtime/evim.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/evim.vim b/runtime/evim.vim
index 4a875ee91..d3f349e0d 100644
--- a/runtime/evim.vim
+++ b/runtime/evim.vim
@@ -1,6 +1,6 @@
" Vim script for Evim key bindings
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2019 Jan 27
+" Last Change: 2022 May 10
" Don't use Vi-compatible mode.
set nocompatible
@@ -8,6 +8,9 @@ set nocompatible
" Use the mswin.vim script for most mappings
source <sfile>:p:h/mswin.vim
+" Allow for using CTRL-Q in Insert mode to quit Vim.
+inoremap <C-Q> <C-O>:confirm qall<CR>
+
" Vim is in Insert mode by default
set insertmode