vim
A_Rocky
这个作者很懒,什么都没留下…
展开
-
vim 批量重载缓冲区
:bufdo e!可以一次性重新加载已经打开的文件原创 2017-12-12 16:18:08 · 386 阅读 · 0 评论 -
Vim 在多个文件修改同样的文字
查找包含要修改文字的文件:grep -R 'textToBeEdited' ./Directory按回车键跳转到第一个文件进行修改并保存跳转到下一处:cn原创 2017-12-13 17:31:21 · 693 阅读 · 0 评论 -
vim 运行PHPUnit
nmap ,t :!/path/to/phpunit --colors %<cr> 可以添加选项,如 -c /path/to/UnitTests.xml打开测试文件,,t 运行测试原创 2017-12-14 19:11:31 · 209 阅读 · 0 评论 -
vim regex resource
Match Lines not contain pattern原创 2018-01-27 10:02:38 · 289 阅读 · 0 评论 -
vim configuration
:set tabstop 4 :set expandtab :set shiftwidth=4 :set autoindent :set autoindent :filetype plugin indent on原创 2018-01-23 08:37:11 · 256 阅读 · 0 评论