aboutsummaryrefslogtreecommitdiff
path: root/core/mappings.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
committerjdhao <jdhao@hotmail.com>2021-10-31 15:42:38 +0800
commit5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 (patch)
tree21aebc405cde600b382825a38ed27e17fd94b11b /core/mappings.vim
parent05c0ef1d60bda2a8914ec316e5d48c4d25f0a6c1 (diff)
remove redundant fold marks
Diffstat (limited to 'core/mappings.vim')
-rw-r--r--core/mappings.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/mappings.vim b/core/mappings.vim
index c5c6f7b..b714580 100644
--- a/core/mappings.vim
+++ b/core/mappings.vim
@@ -1,4 +1,3 @@
-"{ Custom key mappings
" Save key strokes (now we do not need to press shift to enter command mode).
" Vim-sneak has also mapped `;`, so using the below mapping will break the map
" used by vim-sneak
@@ -180,4 +179,3 @@ nnoremap J mzJ`z
for ch in [',', '.', '!', '?', ';', ':']
execute printf('inoremap %s %s<C-g>u', ch, ch)
endfor
-"}