commit 0ba28943b28379f0be7581ef91c7254bcf07c2ee parent f6f0cc69914f2f16a9be10cc87206773b159743e Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Mon, 2 Jul 2018 08:46:15 -0400 Add comment on escaping remaps Diffstat:
M | links/.vim/plugin/correct.vim | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/links/.vim/plugin/correct.vim b/links/.vim/plugin/correct.vim @@ -11,6 +11,7 @@ augroup litecorrect augroup END augroup autoclose + " escape any of these by pressinv C-v before inserting the character inoremap " ""<left> inoremap ' ''<left> inoremap ( ()<left> @@ -21,6 +22,7 @@ augroup autoclose augroup END augroup danish_symbols + " escape any of these by pressinv C-v before inserting the character inoremap AE æ inoremap OE ø inoremap AA å