mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
more mapping
This commit is contained in:
parent
b96799f400
commit
f55b0022b3
@ -179,3 +179,6 @@ nnoremap J mzJ`z
|
|||||||
for ch in [',', '.', '!', '?', ';', ':']
|
for ch in [',', '.', '!', '?', ';', ':']
|
||||||
execute printf('inoremap %s %s<C-g>u', ch, ch)
|
execute printf('inoremap %s %s<C-g>u', ch, ch)
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
" insert semicolon in the end
|
||||||
|
inoremap ;; <ESC>miA;<ESC>`ia
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user