summaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorbnewbold <bryan@octopart.com>2012-02-21 13:51:56 -0500
committerbnewbold <bryan@octopart.com>2012-02-21 13:51:56 -0500
commit11caaf6d706faede4cb27e90957c9da0cee5b3fe (patch)
tree308396b56b009f23a25b7bb1e51b113543f8846e /.vimrc
parent7214787ee32c42fd4ae6b79f602dbe9f14f950dc (diff)
downloadopenwrt-repro-11caaf6d706faede4cb27e90957c9da0cee5b3fe.tar.gz
openwrt-repro-11caaf6d706faede4cb27e90957c9da0cee5b3fe.zip
blue fix
Diffstat (limited to '.vimrc')
-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>