I want to have the reverse of
Ctrl-O
to be
Shift-Ctrl-O
The original reverse is
Ctrl-i
How can you remap the reverse of Ctrl-O in Vim to be Shift-Ctrl-O?
I want to have the reverse of
Ctrl-O
to be
Shift-Ctrl-O
The original reverse is
Ctrl-i
How can you remap the reverse of Ctrl-O in Vim to be Shift-Ctrl-O?
As shown in help under
:help C-o
the "reverse" of C-o is
Ctrl-I or Tab
Vim sees ctrl-shift-o as ctrl-o because of a limitation with terminal emulators.