We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这边的指令排序和vimtutor中略有不同,仅按我个人的使用频率与认知排序的
摘录至vimtutor
1、文件定位
2、查找
3、删除
4、插入
5、撤销
6、复制黏贴
7、修改(整合 删除+插入)
8、配对字符查找
在一行中的任何一个 (、[ 或 { 处,输入 % 可以查找配对的括号 )、]、}
:! + xxx外部命令,如 :!ls
##小结:总结了一些前端学习中,可能遇到的使用vim的快捷键,熟练掌握后将大大提升vim的使用效率。有些复杂的命令没有列出,可能是使用率较小或者目前学习知识尚未涉及到。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
VIM常用指令备忘大全
vim是一款很好用的编辑器,可以仅仅用键盘就能完成一大堆编辑,但是其反人类的指令按键却是我们这种window使用多年者的硬伤。整理了一些常用的,因为开始用vim的不多,以后会慢慢补充更新。
这边的指令排序和vimtutor中略有不同,仅按我个人的使用频率与认知排序的
1、文件定位
2、查找
3、删除
4、插入
5、撤销
6、复制黏贴
7、修改(整合 删除+插入)
8、配对字符查找
在一行中的任何一个 (、[ 或 { 处,输入 % 可以查找配对的括号 )、]、}
在VIM中执行外部命令的方法
:! + xxx外部命令,如 :!ls
##小结:总结了一些前端学习中,可能遇到的使用vim的快捷键,熟练掌握后将大大提升vim的使用效率。有些复杂的命令没有列出,可能是使用率较小或者目前学习知识尚未涉及到。
希望对大家的学习一样有帮助
The text was updated successfully, but these errors were encountered: