We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbd763 commit 6b78838Copy full SHA for 6b78838
readline/.inputrc
@@ -17,3 +17,7 @@ Control-g:unix-filename-rubout
17
# 历史记录
18
Control-p:history-search-backward
19
Control-n:history-search-forward
20
+
21
+# shift+上下键 搜索历史记录
22
+"\e[1;2A": history-search-backward
23
+"\e[1;2B": history-search-forward
0 commit comments