From 92963a72bedb791ab1e925bb856b0708a074d34c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 10 Nov 2013 20:48:13 -0500 Subject: Remove unused Q vim binding --- .vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vimrc b/.vimrc index e053dd25..b740eb3a 100644 --- a/.vimrc +++ b/.vimrc @@ -130,8 +130,6 @@ nmap Y y$ " Insert hard tab imap -nmap Q gq - " Toggle relative/absolute numbers function! NumberToggle() if(&relativenumber == 1) -- cgit 1.4.1 >
dontfiles
summary refs log tree commit diff
Commit message (Collapse)Author
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe