Skip to content

Commit

Permalink
use xterm16 colorscheme if there is no gui running
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyvolkov committed Feb 6, 2012
1 parent f83dbb9 commit 94ae0c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ if has("gui_running")
set guifont=Consolas:h12
set enc=utf-8
endif
else
colorscheme xterm16
endif

nmap <silent> <Leader>p :NERDTreeToggle<CR>
Expand Down

0 comments on commit 94ae0c5

Please sign in to comment.