mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add vim command to remove "smart" quotes.
This commit is contained in:
@@ -151,3 +151,6 @@ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL
|
|||||||
" Color column at end of lines
|
" Color column at end of lines
|
||||||
set colorcolumn=+1
|
set colorcolumn=+1
|
||||||
highlight ColorColumn ctermbg=black guibg=lightgrey
|
highlight ColorColumn ctermbg=black guibg=lightgrey
|
||||||
|
|
||||||
|
" Remove smart quotes
|
||||||
|
command Unsmartquote %s/“\|”/"/g
|
||||||
|
|||||||
Reference in New Issue
Block a user