We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0476641 commit 9aa1ddaCopy full SHA for 9aa1dda
ftplugin/tex.vim
@@ -27,6 +27,7 @@ inoremap <buffer> <C-e> \oemph{}<Esc>i
27
"TODO: use onoremap? how does it work?
28
"vnoremap <buffer> <C-e> <Esc>`>a}<Esc>`<i\emph{<Esc>lviB
29
vnoremap <buffer> <C-e> <Esc>`>a}<Esc>`<i\oemph{<Esc>lviB
30
+"vnoremap <buffer> <C-e> c\oemph{}<Esc>PviB
31
" slightly more concise, but breaks if there's a newline in the selection.
32
"vnoremap <buffer> <C-i> s\emph{ <Esc>vpa}<Esc>gv
33
0 commit comments