support history-search-forward and history-search-backward. close #307

pull/226/merge
hengyunabc 6 years ago
parent 18cc2b0165
commit 180ee6beb5

@ -8,8 +8,12 @@
"\C-b": backward-word
"\e[D": backward-char
"\e[C": forward-char
"\e[B": next-history
"\e[A": previous-history
# "\e[B": next-history
# "\e[A": previous-history
"\e[A": history-search-backward
"\e[B": history-search-forward
"\C-h": backward-delete-char
"\C-?": backward-delete-char
"\C-u": undo

@ -87,7 +87,7 @@
<dependency>
<groupId>com.alibaba.middleware</groupId>
<artifactId>termd-core</artifactId>
<version>1.1.7</version>
<version>1.1.7.1</version>
</dependency>
<dependency>
<groupId>com.alibaba.middleware</groupId>

Loading…
Cancel
Save