]> git.pld-linux.org Git - packages/mksh.git/blobdiff - mksh-mkshrc
- rel 2; search history in typed prefix range
[packages/mksh.git] / mksh-mkshrc
index 1efd688824eb72c3b8416bfed78cc05b68ecedc5..28189c184feaa6f3bc2d787e75cce4ce6514cdfb 100644 (file)
@@ -18,6 +18,9 @@ fi
 # EDITING FUNCTIONS
 set -o emacs
 bind '^I'=complete-list >/dev/null 2>&1
+# search history with prefix support
+bind '^XA'=search-history-up
+bind '^XB'=search-history-down
 
 # SYSTEM WIDE ALIASES ETC.
 for i in /etc/shrc.d/*.sh; do
This page took 0.04526 seconds and 4 git commands to generate.