Terminus -> monofur for teh lulz + compatibility for non-unicode symbols for vim (fuck you old freebsd, just fuck you)
This commit is contained in:
parent
23291d6583
commit
ee61bedf86
2 changed files with 9 additions and 6 deletions
5
vimrc
5
vimrc
|
@ -26,7 +26,7 @@ set clipboard=exclude:.*
|
|||
set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [POS=%04l,%04v][%p%%]\ [LEN=%L]
|
||||
|
||||
set list
|
||||
set listchars=tab:→\ ,trail:•,nbsp:×
|
||||
set listchars=tab:\|\ ,trail:*,nbsp:x
|
||||
|
||||
" set indentation options for specific file types
|
||||
autocmd FileType ruby setlocal sts=2 sw=2 expandtab
|
||||
|
@ -68,6 +68,7 @@ if v:version >= 703
|
|||
Plugin 'tomasr/molokai' "molokai
|
||||
|
||||
" syntax highlight plugins
|
||||
Plugin 'dag/vim-fish' "fish
|
||||
Plugin 'puppetlabs/puppet-syntax-vim' "puppet
|
||||
Plugin 'nagios-syntax' "nagios / icinga
|
||||
call vundle#end()
|
||||
|
@ -102,7 +103,7 @@ if has("gui_running")
|
|||
"let g:solarized_bold=0
|
||||
set guioptions=aegimLl
|
||||
set mouse=a
|
||||
set guifont=Terminus\ 11
|
||||
set guifont=Monofur\ 11
|
||||
endif
|
||||
|
||||
syntax on
|
||||
|
|
10
xresources
10
xresources
|
@ -6,12 +6,14 @@ Xft.hinting: true
|
|||
Xft.hintstyle: hintslight
|
||||
Xft.dpi: 96
|
||||
|
||||
#define urxvt_font xft:Monofur:size=11,xft:Terminus:bold:size=11:antialias=false
|
||||
|
||||
! urxvt
|
||||
URxvt.scrollBar: false
|
||||
URxvt.font: xft:Terminus:size=11:antialias=false
|
||||
URxvt.boldFont: xft:Terminus:size=11:antialias=false
|
||||
URxvt.boldItalicFont: xft:Terminus:size=11:antialias=false
|
||||
URxvt.italicFont: xft:Terminus:size=11:antialias=false
|
||||
URxvt.font: urxvt_font
|
||||
URxvt.boldFont: urxvt_font
|
||||
URxvt.boldItalicFont: urxvt_font
|
||||
URxvt.italicFont: urxvt_font
|
||||
URxvt.saveLines: 1000
|
||||
URxvt.iso14755: false
|
||||
URxvt.visualBell: true
|
||||
|
|
Loading…
Reference in a new issue