From db53685dab9aa8d956837a4f7352c53d38fdd7a9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 13:20:11 +1200 Subject: Convert some spaces to tabs --- mutt/muttrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutt/muttrc b/mutt/muttrc index 8ff08aa5..71b3ca25 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -258,7 +258,7 @@ macro index \\l '\ ~/.cache/notmuch/mutt/results\ set pipe_decode=$my_pipe_decode \ wait_key=$my_wait_key' \ - 'notmuch: search mail' + 'notmuch: search mail' # Shortcut to reload configuration set my_muttrc \ -- cgit v1.2.3 From ca9c7949f153be6ff3c3eef2fc2669688870010e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 13:41:39 +1200 Subject: Add a few completion color settings --- readline/inputrc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/readline/inputrc b/readline/inputrc index 381c4e7a..3ac134cd 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -8,6 +8,9 @@ set bell-style none # Let readline do stuff like word killing, not stty(1) set bind-tty-special-chars off +# Color files by type in the same way as `ls` +set colored-stats on + # Ignore case when matching and completing paths set completion-ignore-case on @@ -17,6 +20,10 @@ set completion-map-case on # Show me up to 5,000 completion items, don't be shy set completion-query-items 5000 +# When completing, put the matched completion prefix in a different color +set colored-completion-prefix on +set menu-complete-display-prefix on + # Don't display control characters like ^C if I input them set echo-control-characters off @@ -48,6 +55,9 @@ set show-all-if-ambiguous on # Don't re-complete already completed text in the middle of a word set skip-completed-text on +# Append characters to indicate completion filetype +set visible-stats on + # Bash macros $if Bash -- cgit v1.2.3 From 439328ea0425f38d0ab9d12c90575672df496354 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 13:42:21 +1200 Subject: Enable bracketed paste mode for Bash --- readline/inputrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readline/inputrc b/readline/inputrc index 3ac134cd..0da55708 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -27,6 +27,9 @@ set menu-complete-display-prefix on # Don't display control characters like ^C if I input them set echo-control-characters off +# Detect terminal pastes and don't treat the characters like keyboard input +set enable-bracketed-paste on + # Expand tilde to full path on completion set expand-tilde on -- cgit v1.2.3 From e0635237d11e44e4b1e5537675570c18d2915f8e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jun 2020 13:43:13 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 437677b7..35be48c4 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v9.25.0 -Sat, 20 Jun 2020 12:40:42 +0000 +tejr dotfiles v9.26.0 +Sun, 21 Jun 2020 01:43:13 +0000 -- cgit v1.2.3