Skip to content

Instantly share code, notes, and snippets.

@MartyLake
Last active October 19, 2016 09:37
Show Gist options
  • Save MartyLake/e9d37a30f5a13d094cb787ce3ad6383f to your computer and use it in GitHub Desktop.
Save MartyLake/e9d37a30f5a13d094cb787ce3ad6383f to your computer and use it in GitHub Desktop.
set encoding=utf-8 " The encoding displayed.
set fileencoding=utf-8 " The encoding written to file.
set guifont=Source_Code_Pro:h12:cANSI:qDRAFT
set syntax=on
set backspace=2 " make backspace work like most other apps
set whichwrap+=<,>,h,l,[,] "left and right will go back to previous/next line
set number "display line numbers
set nolist "IDK, related to wrap and linebreak
set wrap "wrap text when window is too short
set linebreak "don't break words when wrapping text"
set showbreak= "don't show sign of linebrak because we alreay have line numbers displayed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment