vim常用命令/快捷键,很有用!!

很简单的几个命令,参考如下链接

vim常用链接

如果打不开,可以复制以下链接:

http://pizn.github.io/2012/03/03/vim-commonly-used-command.html

http://pizn.github.io/2012/03/03/vim-commonly-used-command.html

http://pizn.github.io/2012/03/03/vim-commonly-used-command.html


另外补充其他几点:

1.搜索

   自光标向上搜索:/pattern + enter, n/N 用来查看更多搜索结果;

   自光标向下搜索:?pattern + enter, n/N 用来查看更多搜索结果;

2.显示行号

  :set number

3.强制退出

  :q!

你可能感兴趣的:(原创)