From 952d557638bf5c3936e2cd94fd746bc0a244efea Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Mon, 30 Jun 2014 09:03:53 +0200 Subject: vim-airline, X fonts --- .Xdefaults | 13 +++++++++---- .ratpoisonrc | 2 ++ .vimrc | 17 +++++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.Xdefaults b/.Xdefaults index 4bec5f8..42f63dd 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -18,8 +18,13 @@ URxvt.cursorBlink: true URxvt*internalBorder: 0 /* fonts */ -URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false -URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false +Xft.dpi: 96 +Xft.antialias: true +Xft.rgba: rgb +Xft.hinting: true +Xft.hintstyle: hintslight +URxvt*font: xft:MonteCarlo:pixelsize=11:style=regular:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 +URxvt*boldFont: xft:MonteCarlo:pixelsize=11:style=bold:antialias=false,xft:Inconsolata\ for\ Powerline:pixelsize=11 /* change default colors */ URxvt*background: #000000 @@ -56,8 +61,8 @@ URxvt.tabbed.tab-fg: 5 URxvt.tabbed.tab-bg: 0 URxvt.tabbed.title-fg: 0 URxvt.tabbed.title-bg: 7 -URxvt.tabbed.new-button: no -URxvt.tabbed.title: yes +URxvt.tabbed.new-button: no +URxvt.tabbed.title: yes /* url-select */ URxvt.url-select.autocopy: false diff --git a/.ratpoisonrc b/.ratpoisonrc index 42f0bcd..9df993c 100644 --- a/.ratpoisonrc +++ b/.ratpoisonrc @@ -36,5 +36,7 @@ defbarpadding 0 0 set border 0 +set font "9x15bold-14" + set winname class diff --git a/.vimrc b/.vimrc index 21659f0..41fec25 100644 --- a/.vimrc +++ b/.vimrc @@ -21,6 +21,7 @@ set smartcase syntax on setlocal spell spelllang=en_us set nospell +set laststatus=2 " color if $TERM =~ "^rxvt" || $TERM =~ "256color$" @@ -68,6 +69,9 @@ Bundle 'scrooloose/nerdtree' Bundle 'majutsushi/tagbar' Bundle 'scrooloose/syntastic' Bundle 'tpope/vim-surround' +Plugin 'tpope/vim-endwise' +Plugin 'vim-ruby/vim-ruby' +Plugin 'bling/vim-airline' filetype plugin indent on " required! " UltiSnips @@ -79,3 +83,16 @@ let g:UltiSnipsJumpBackwardTrigger="" let g:syntastic_auto_loc_list=1 let g:syntastic_enable_signs=1 +" airline +let g:airline_theme = 'pks256' +let g:airline_powerline_fonts = 1 +"let g:airline_enable_branch = 1 +"let g:airline_enable_syntastic = 1 +"let g:airline_left_sep = '' +"let g:airline_left_alt_sep = '' +"let g:airline_right_sep = '' +"let g:airline_right_alt_sep = '' +"let g:airline_branch_prefix = '' +"let g:airline_readonly_symbol = '' +"let g:airline_linecolumn_prefix = '' + -- cgit v1.2.3