Skip to content

Instantly share code, notes, and snippets.

@coltborg
Created October 21, 2016 04:18
Show Gist options
  • Save coltborg/450834614d3b10de9b944cc3c3463455 to your computer and use it in GitHub Desktop.
Save coltborg/450834614d3b10de9b944cc3c3463455 to your computer and use it in GitHub Desktop.
vimrc
syntax on
set number
filetype plugin indent on
set tabstop=2 shiftwidth=2 expandtab
set backspace=indent,eol,start
"Set shortcut and symbols for white space
nmap <leader>l :set list!<CR>
set listchars=tab:▸\ ,eol:¬
"From Daniel Miessler
inoremap jk <ESC>
let mapleader = "\<Space>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment