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:
@@ -181,4 +181,5 @@ for ch in [',', '.', '!', '?', ';', ':']
|
||||
endfor
|
||||
|
||||
" insert semicolon in the end
|
||||
inoremap ;; <ESC>miA;<ESC>`ia
|
||||
inoremap <A-;> <ESC>miA;<ESC>`ii
|
||||
|
||||
|
||||
Reference in New Issue
Block a user