From 276740f5ae63745d5edaf5e7e914f54585fedfe3 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 25 Nov 2014 17:25:37 -0500 Subject: Use ProFont 11 in Vim --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 96346a89..fb302857 100644 --- a/.vimrc +++ b/.vimrc @@ -107,7 +107,7 @@ set guioptions-=T set guioptions+=c " Use a font. -set guifont=Monospace\ 9 +set guifont=ProFont:h11 " Jump to the last cursor position when opening a file. au BufReadPost * if &filetype !~ '^git\c' && line("'\"") > 0 && line("'\"") <= line("$") -- cgit 1.4.1 me='h' onchange='this.form.submit();'> dontfiles
summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/html.c (unfollow)
Commit message (Expand)Author
2021-02-07Enable mouse acceleration in XJune McEnroe
2021-02-07Set colours for Xt and cwmJune McEnroe
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
2021-02-07Fully configure and rebind cwmJune McEnroe
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
2021-02-06Add xterm output to schemeJune McEnroe