From 6036a333f4bf66dd5b4d62b7534cb08aefc31823 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 13 Jun 2024 14:48:19 +1000 Subject: [mpv][inputrc] Add mpv and inputrc --- misc/.inputrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 misc/.inputrc (limited to 'misc/.inputrc') diff --git a/misc/.inputrc b/misc/.inputrc new file mode 100644 index 0000000..9ef6cbc --- /dev/null +++ b/misc/.inputrc @@ -0,0 +1,12 @@ +# Reduce tab completion key presses and show suggestions +set show-all-if-ambiguous on +# Color files by types +set colored-stats On +# Append char to indicate type +set visible-stats On +# Mark symlinked directories +set mark-symlinked-directories On +# Color the common prefix +set colored-completion-prefix On +# Color the common prefix in menu-complete +set menu-complete-display-prefix On -- cgit v1.2.3