Replace terminator by newly configured urxvt.
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user