Vim在当前屏幕下如何快速移动到任意位置
1)可以使用搜索/
跳到任意位置
2) easymotion插件
https://github.com/easymotion/vim-easymotion
添加一个映射即可: nmap ss <Plug>(easymotion-s2)
在使用是Normal模式下输入ss
,然后输入要查询的字符,最后输入标红要定位的字母即可。
1)可以使用搜索/
跳到任意位置
2) easymotion插件
https://github.com/easymotion/vim-easymotion
添加一个映射即可: nmap ss <Plug>(easymotion-s2)
在使用是Normal模式下输入ss
,然后输入要查询的字符,最后输入标红要定位的字母即可。