diff options
-rw-r--r-- | vimrc | 1 | ||||
-rw-r--r-- | xdefaults | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -12,3 +12,4 @@ set modeline set nobackup map <f9> :make<CR> +map <f1> :execute 'NERDTreeToggle'<CR> @@ -1,4 +1,5 @@ -URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* +#URxvt*font: -xos4-terminus-*-*-*-*-*-*-*-*-*-*-*-* +URxvt*font: xft:DejaVu Sans Mono:size=8 URxvt*buffered: true URxvt*internalBorder: 2 |