Created
January 12, 2011 23:17
-
-
Save jgumbley/777095 to your computer and use it in GitHub Desktop.
.vimrc file for console, i.e. for headless servers accessed over SSH
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
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