I want to have the reverse of
to be
The original reverse is
How can you remap the reverse of CTRL+O in Vim to be Shift+CTRL+O?
In insert mode, Ctrl-o escapes user to do one normal-mode command, and then return to the insert mode. The same effect can be achieved by <ESC> ing to normal mode, doing the single command and then entering back to insert mode. Ctrl-i is simply a <Tab> in insert mode.
The documentation isn't especially clear— CTRL + T is to jump back in the tag stack, whereas CTRL + O is to jump back to the previous cursor position.
Ctrl+f will search within the file ctrl+shift+f will search in all the files in the folder tree.
As shown in help under
:help C-o
the "reverse" of Ctrl+o is
Ctrl+i or Tab
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With