1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change mapping to insert semicolon in insert mode

This commit is contained in:
jdhao 2021-11-03 22:55:04 +08:00
parent 4c59f8cb4a
commit 573f9277cb

View File

@ -181,4 +181,5 @@ for ch in [',', '.', '!', '?', ';', ':']
endfor
" insert semicolon in the end
inoremap ;; <ESC>miA;<ESC>`ia
inoremap <A-;> <ESC>miA;<ESC>`ii