Skip to content

Instantly share code, notes, and snippets.

@jgumbley
Created January 12, 2011 23:17
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 jgumbley/777095 to your computer and use it in GitHub Desktop.
Save jgumbley/777095 to your computer and use it in GitHub Desktop.
.vimrc file for console, i.e. for headless servers accessed over SSH
map <F2> :NERDTreeToggle<CR>
set nocompatible
set tabstop=4
set shiftwidth=4
set expandtab
set softtabstop=4
set autoindent
set number
colors impact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment