Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我们通过按键从一个INSERT模式切换到另一个模式时,光标会向后移动一个位置。NORMAL/COMMANDEsc
INSERT
NORMAL/COMMAND
我不希望这种情况发生。COMMAND即使在我更改为模式后,我也希望光标位于它所在的位置。
COMMAND
这种行为来自good ol'vi。要更改它:
:inoremap <Esc> <Esc>g`^