-
-
Save erran-r7/5992077 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" 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