remove em dash mapping

This commit is contained in:
Andrzej 2024-02-25 12:09:03 +00:00
parent a1b96a7792
commit b5eec732aa
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -95,7 +95,7 @@ augroup END
" For en/em dashes, respectively
augroup remaps
autocmd!
autocmd FileType markdown inoremap --| inoremap ... …
" autocmd FileType markdown inoremap -- — | inoremap ... …
augroup END