diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-03 08:46:09 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-03 08:46:09 +0800 |
| commit | f55b0022b376f3b9d76da8041335a13585ea3fe7 (patch) | |
| tree | 138441ff9feb1e69459f98d2ffbb6f5e5f845551 /core | |
| parent | b96799f40089ccaaedda97fe70e8937b15e2c578 (diff) | |
more mapping
Diffstat (limited to 'core')
| -rw-r--r-- | core/mappings.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/mappings.vim b/core/mappings.vim index 07112b4..60c044e 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -179,3 +179,6 @@ nnoremap J mzJ`z for ch in [',', '.', '!', '?', ';', ':'] execute printf('inoremap %s %s<C-g>u', ch, ch) endfor + +" insert semicolon in the end +inoremap ;; <ESC>miA;<ESC>`ia |
