From 5ae2c7d1e067074aa1ffe76e80e7090196f3bfe8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sun, 31 Oct 2021 15:42:38 +0800 Subject: remove redundant fold marks --- core/mappings.vim | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/mappings.vim') 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 %su', ch, ch) endfor -"} -- cgit v1.2.3