Replace terminator by newly configured urxvt.

This commit is contained in:
2014-04-12 00:30:24 +02:00
parent b33dce255a
commit 136b4dcffb
4 changed files with 103 additions and 27 deletions

View File

@@ -59,9 +59,7 @@ Bundle 'bling/vim-airline'
" date/time support for CTRL-x and CTRL-a
Bundle 'tpope/vim-speeddating'
filetype plugin indent on
set t_Co=256
set t_Co=16
" setup for the solarized color theme
set background=dark
@@ -72,6 +70,8 @@ let g:solarized_visibility="normal"
syntax enable
colorscheme solarized
filetype plugin indent on
" setup for vim-airline
let g:airline_left_sep = '▶'
let g:airline_right_sep = '◀'
@@ -240,3 +240,5 @@ autocmd BufWritePre * :call TrimWhiteSpace()
"autocmd vimenter * NERDTree
" close NERDTree when it's the only window left
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
call togglebg#map("<F5>")