Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created November 14, 2021 22:33
Show Gist options
  • Select an option

  • Save denzhel/6342b614bf41eedf3362017299431dc0 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/6342b614bf41eedf3362017299431dc0 to your computer and use it in GitHub Desktop.
Avoid vim binary mode

To avoid the annoying vim binary end of line , set the following in your vim config file:

set noendofline
set nofixendofline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment