Last active
October 19, 2016 09:37
-
-
Save MartyLake/e9d37a30f5a13d094cb787ce3ad6383f to your computer and use it in GitHub Desktop.
This file contains 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
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