Skip to content

Instantly share code, notes, and snippets.

@erran-r7
Forked from todb-r7/.vimrc
Last active December 19, 2015 17:29
Show Gist options
  • Save erran-r7/5992077 to your computer and use it in GitHub Desktop.
Save erran-r7/5992077 to your computer and use it in GitHub Desktop.
" If you're using Janus this file is automatically loaded your .vimrc files (some of which are symlinked to Janus' internal vimrc)
set nocompatible
filetype plugin indent on
set hls
" I prefer Mustang, you can pick whatever colorscheme floats your boat
colorscheme Mustang
" Metasploit's current default tabs
set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab shiftround smarttab
" Make gq a little more compact.
set textwidth=72
" Highlights unwanted spaces with the » character for tabs and . for spaces
set list listchars=tab:»·,trail:·
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment