Skip to content

Instantly share code, notes, and snippets.

@likohank
Last active July 24, 2019 12:33
Show Gist options
  • Select an option

  • Save likohank/71106933bd3787c05c83fc75a8a34a47 to your computer and use it in GitHub Desktop.

Select an option

Save likohank/71106933bd3787c05c83fc75a8a34a47 to your computer and use it in GitHub Desktop.
vim 修改大文件
: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