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.
我的 vim 行为不端。按esc + i插入文本后,我无法使用左、右、上、下箭头键遍历一个单词。请帮助我如何解决。我也看不到任何语法也为我的 C 文件突出显示。
esc + i
按 esc + i 插入文本后:不能使用键盘的左、右、上和下箭头键遍历一个单词。
无论如何,这不是正确的行为吗?您应该改用 hjkl。但是,请检查您的 vimrc 文件以查看它们是否已取消映射。
我看不到任何语法也为我的 C 文件突出显示。
在您的 vimrc 文件中启用语法高亮显示syntax on,或将其作为命令输入。
syntax on