diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-03 22:55:04 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-03 22:55:22 +0800 |
| commit | 573f9277cb1045bd247d18fbc793865d232801ff (patch) | |
| tree | 729216048b21de2db6e48eaa3af5bdb3abc7f235 /core | |
| parent | 4c59f8cb4ad2bd5d20d3b32e0aff3d302a8d4ada (diff) | |
change mapping to insert semicolon in insert mode
Diffstat (limited to 'core')
| -rw-r--r-- | core/mappings.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/mappings.vim b/core/mappings.vim index 60c044e..c772ec9 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -181,4 +181,5 @@ for ch in [',', '.', '!', '?', ';', ':'] endfor " insert semicolon in the end -inoremap ;; <ESC>miA;<ESC>`ia +inoremap <A-;> <ESC>miA;<ESC>`ii + |
