From 22bc1e1879da0d99e5e1d79b10742b8cc9fd0521 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 30 May 2024 12:47:11 -0500 Subject: Initial commit --- inputrc | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 inputrc (limited to 'inputrc') diff --git a/inputrc b/inputrc new file mode 100644 index 0000000..9c1fc09 --- /dev/null +++ b/inputrc @@ -0,0 +1,22 @@ +# ~/.inputrc -*- conf -*- + +# Include the system inputrc +$include /etc/inputrc + +# Emacs shell-like history navigation +"\ep": history-search-backward +"\en": history-search-forward + +# Global settings + +set mark-symlinked-directories on +set visible-stats on +set blink-matching-paren on + +set completion-ignore-case on +set completion-prefix-display-length 3 +set show-all-if-ambiguous on +set show-all-if-unmodified on + +set enable-bracketed-paste on + -- cgit 1.4.1-21-gabe81