summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 5d24874..3ee9c67 100644
--- a/.vimrc
+++ b/.vimrc
@@ -35,6 +35,9 @@ nmap <F2> :Explore<cr>
" a more readbly vertical split
hi VertSplit cterm=none ctermfg=LightGray term=none gui=none
+" darkblue sucks in most terminals
+hi Comment cterm=none ctermfg=Blue term=none gui=none
+
" firefox style ctrl-tabbing with buffers; doesn't work in xterm
noremap <C-tab> :bprev<CR>
noremap <C-S-tab> :bnext<CR>