]> git.pld-linux.org Git - packages/mksh.git/commitdiff
- rel 2; search history in typed prefix range auto/th/mksh-56c-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Jan 2019 09:18:52 +0000 (10:18 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 25 Jan 2019 09:18:52 +0000 (10:18 +0100)
mksh-mkshrc
mksh.spec

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
index 52446af0f6ee6ac69ef3d8f852a0f1f3766fc626..04e478b2e5548593ad30815cb4f91a4e1db18e9f 100644 (file)
--- a/mksh.spec
+++ b/mksh.spec
@@ -8,7 +8,7 @@ Summary:        MirBSD Korn Shell
 Summary(pl.UTF-8):     Powłoka Korna z MirBSD
 Name:          mksh
 Version:       56c
-Release:       1
+Release:       2
 License:       BSD
 Group:         Applications/Shells
 Source0:       https://www.mirbsd.org/MirOS/dist/mir/mksh/%{name}-R%{version}.tgz
This page took 0.049785 seconds and 4 git commands to generate.