Skip to content

Instantly share code, notes, and snippets.

@zelaznik
Created July 3, 2017 14:54
Show Gist options
  • Save zelaznik/d19142e382539c0eb5d1549ffceda63e to your computer and use it in GitHub Desktop.
Save zelaznik/d19142e382539c0eb5d1549ffceda63e to your computer and use it in GitHub Desktop.
syntax on
set nocompatible
set number
set tabstop=2
set shiftwidth=2
set expandtab
set swapfile
set dir=~/tmp
set hlsearch
filetype indent plugin on
nnoremap <silent> <F4> :set cursorline!<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment