Skip to content

Commit 2c3218c

Browse files
authored
Update Vim-Install-And-Settings.md
1 parent b29d7be commit 2c3218c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

markdown-file/Vim-Install-And-Settings.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@
117117
- 进入 vim 后,按 `F5`,然后 `shift + insert` 进行粘贴。这种事就不会错乱了。
118118
- 原因是:`vim ~/.vimrc` 中有一行这样的设置:`set pastetoggle=<F5>`
119119

120+
## 其他常用命令
121+
122+
- 对两个文件进行对比:`vimdiff /opt/1.txt /opt/2.txt`
123+
120124
## 资料
121125

122126
- [vim几个小技巧(批量替换,列编辑)](http://blogread.cn/it/article/1010?f=sa)

0 commit comments

Comments
 (0)