Last active
July 24, 2019 12:33
-
-
Save likohank/71106933bd3787c05c83fc75a8a34a47 to your computer and use it in GitHub Desktop.
vim 修改大文件
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :syntax off | |
| :se binary nospell | |
| :setgl noswap | |
| :set undolevel=0 | |
| :set undofile= | |
| set undolevels=-1 | |
| set noswapfile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment