remove em dash mapping
This commit is contained in:
parent
a1b96a7792
commit
b5eec732aa
2
.vimrc
2
.vimrc
|
@ -95,7 +95,7 @@ augroup END
|
||||||
" For en/em dashes, respectively
|
" For en/em dashes, respectively
|
||||||
augroup remaps
|
augroup remaps
|
||||||
autocmd!
|
autocmd!
|
||||||
autocmd FileType markdown inoremap -- — | inoremap ... …
|
" autocmd FileType markdown inoremap -- — | inoremap ... …
|
||||||
|
|
||||||
augroup END
|
augroup END
|
||||||
|
|
||||||
|
|
Reference in New Issue