Skip to content

Instantly share code, notes, and snippets.

@jamesejr
Forked from todb-r7/.vimrc
Last active December 18, 2015 22:39
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 jamesejr/5855680 to your computer and use it in GitHub Desktop.
Save jamesejr/5855680 to your computer and use it in GitHub Desktop.
Personal .vimrc file used for Metasploit Framework development
" If using Janus, then this should be .vimrc.after
" Technically this is really a gvimrc but who's counting.
set nocompatible
colorscheme slate
filetype plugin indent on
set hls
" Metasploit's current default tabs
set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab shiftround smarttab
" Make gq a little more compact.
set textwidth=72
" http://vim.wikia.com/wiki/Highlight_unwanted_spaces
set list listchars=tab:»·,trail:·
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment