X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=keymaps.vim;h=69799d1b8b9a9b5c7573191fec57337f9e9c9fa8;hb=126e37a24c78ab5bb50fc9939eef5d0a8b4947e4;hp=234ee91746f3b735ce918958f0c793f5feec912d;hpb=a7bd98a26484944d7db299009cc9cab309389c86;p=vimconf.git diff --git a/keymaps.vim b/keymaps.vim index 234ee91..69799d1 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -6,8 +6,9 @@ if has('clipboard') " override plugin keymaps. autocmd VimEnter * vnoremap "+y autocmd VimEnter * vnoremap "+x + " Is performed by S+Ins "autocmd VimEnter * nnoremap "+p - autocmd VimEnter * inoremap + + "autocmd VimEnter * inoremap + endif " ctrl+d as EOF exits shells and the like. Add a keymap for the same here.