From: Samir Benmendil Date: Tue, 22 Apr 2014 23:42:58 +0000 (+0100) Subject: vim: use powerline fonts for airline X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/5e3423eb615698fd0438493739423355745c0f84?ds=sidebyside vim: use powerline fonts for airline needs the pkg powerline-fonts to be installed also resets the termName to what it should be --- diff --git a/Xresources b/Xresources index 85684fb..7508d67 100644 --- a/Xresources +++ b/Xresources @@ -1,11 +1,11 @@ ! {{{1 Title URxvt*title: urxvt -URxvt*termName: rxvt-256color +URxvt*termName: rxvt-unicode-256color URxvt*urgentOnBell: true URxvt*iconFile: /home/ramsi/src/dotfiles/icons/shell.png ! {{{1 Font -URxvt.font: xft:Inconsolata:size=11 +URxvt.font: xft:Inconsolata for Powerline:size=11 URxvt.skipBuiltinGlyphs: true Xft.antialias: true diff --git a/vim/vimrc b/vim/vimrc index c33c18c..8af2642 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -266,11 +266,8 @@ set viewdir=$XDG_CACHE_HOME/vim " plugins {{{1 " airline {{{2 let g:airline_detect_whitespace=2 -let g:airline_whitespace_symbol = 'Ξ' -let g:airline_linecolumn_prefix = '␊ ' -let g:airline_left_sep = '▶' -let g:airline_right_sep = '◀' let g:airline#extensions#tabline#enabled = 1 +let g:airline_powerline_fonts = 1 " GoldenView {{{2 "let g:goldenview__enable_default_mapping = 0