From: Stefan Huber Date: Tue, 21 Dec 2021 09:38:13 +0000 (+0100) Subject: keymaps: Add C-d for :q X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=commitdiff_plain;h=4e5b027e3e4ecb56cae5dce460fe4082a491abba keymaps: Add C-d for :q --- diff --git a/keymaps.vim b/keymaps.vim index d9356db..256bfc2 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -10,6 +10,9 @@ if has('clipboard') autocmd VimEnter * inoremap + endif +" ctrl+d as EOF exits shells and the like. Add a keymap for the same here. +nnoremap :q + nnoremap :Denite file/rec nnoremap / :Denite grep:. nnoremap s :Denite buffer