diff options
-rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |