Skip to content

Instantly share code, notes, and snippets.

@Schnabulator
Created June 17, 2020 15:48
Show Gist options
  • Save Schnabulator/a90f8c4326be8cc6f7fcd35255baa06f to your computer and use it in GitHub Desktop.
Save Schnabulator/a90f8c4326be8cc6f7fcd35255baa06f to your computer and use it in GitHub Desktop.
"Zeilennummern
set number
"relative linenumbers
"set relativenumber
"Syntax Highlighting
filetype plugin on
syntax on
"enable mouse support
set mouse=a
"make arrow keys be able to change line
set whichwrap=b,s,<,>,[,]
"Spellchecking
"set spell
"highlight first sting in search
set incsearch
"highlight all strings matching search
set hlsearch
"highlight current line
set cursorline
"Tab = 4 spaces
set tabstop=4
set shiftwidth=4
set expandtab
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment