We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e8942 commit b19e6bfCopy full SHA for b19e6bf
.inputrc
@@ -5,14 +5,14 @@
5
"\e[B": history-search-forward
6
"\e[A": history-search-backward
7
8
-# Try to stay at the same the cursor position when moving through the history.
+# Try to stay at the same cursor position when moving through the history.
9
set history-preserve-point on
10
11
# Autocompletion
12
# -----------------------------------------------------------------------------
13
#
14
15
-# tab completion and readline editing in mingw/msys shell
+# Tab completion and readline editing in mingw/msys shell.
16
# -> http://serverfault.com/questions/119643/how-to-get-both-tab-completion-and-readline-editing-in-mingw-msys-shell
17
"\C-i": vi-complete
18
0 commit comments