summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2013-05-30 19:23:42 -0400
committerJune McEnroe <june@causal.agency>2013-05-30 19:23:42 -0400
commit627c45d7369a3fcd54b596f2e32d677847c87aec (patch)
tree2b4ccc48b3529d8317dc79a83845743c9e278a88
parentUpdate ncmpcpp configuration (diff)
downloadsrc-627c45d7369a3fcd54b596f2e32d677847c87aec.tar.gz
src-627c45d7369a3fcd54b596f2e32d677847c87aec.zip
Update terminal configuration
-rw-r--r--.config/xfce4/terminal/terminalrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/xfce4/terminal/terminalrc b/.config/xfce4/terminal/terminalrc
index 941886fb..d661190b 100644
--- a/.config/xfce4/terminal/terminalrc
+++ b/.config/xfce4/terminal/terminalrc
@@ -27,3 +27,5 @@ ColorCursor=#dd00dd00dd00
 ColorForeground=#dd00dd00dd00
 ColorBackground=#115511551155
 ColorPalette=#115511551155;#aacc44114422;#9900aa995599;#ff44bbff7755;#66aa99ffbb55;#aaaa775599ff;#7755bb55aaaa;#dd00dd00dd00;#550055005500;#aacc44114422;#9900aa995599;#ff44bbff7755;#66aa99ffbb55;#aaaa775599ff;#7755bb55aaaa;#ff55ff55ff55
+ShortcutsNoMnemonics=TRUE
+
sts for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe