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.
我想用来ShiftTab做相反的Tab事情,这样我就可以在跳转列表中前后移动。
我不能只映射<Shift>^I到^O.
<Shift>^I
^O
正确的映射是:
:nnoremap <S-Tab> <c-o>