Skip to content

Instantly share code, notes, and snippets.

@user454322
Last active September 5, 2016 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save user454322/a2fe89ca77d01073db8e to your computer and use it in GitHub Desktop.
Save user454322/a2fe89ca77d01073db8e to your computer and use it in GitHub Desktop.
.vimrc
set mouse-=a
"set cc=80
"set paste
set nu
set list
set hlsearch
set ls=2
"set cursorcolumn
set cursorline
hi CursorLine ctermbg=Gray
set listchars=precedes:◄,tab:>-,nbsp:•,trail:•,extends:►,eol:↵
" Allow saving of files as sudo when I forgot to start vim using sudo.
cmap w!! w !sudo tee > /dev/null %
execute pathogen#infect()
"vim-gitgutter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment