commit 95f71d6d992c25685e65436a13f5d1e0b17ad125 parent d1fb93a6df4a2dd49cd5fb011b48006fefb01512 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Thu, 8 Nov 2018 19:00:10 +0100 Keybind for quick saving in insert mode Diffstat:
M | vim/map.vimrc | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/map.vimrc b/vim/map.vimrc @@ -83,3 +83,6 @@ nnoremap <leader>C "_c " Replace without yanking to clipboard vnoremap <leader>p "_dP nnoremap <leader>p "_ddP + +" Save in insert mode +inoremap <C-Z> <ESC>:w<CR>a