Inputrc: add history-preserve-point option.
This commit is contained in:
parent
968f1db509
commit
bcc05fd0d7
@ -41,6 +41,9 @@ set skip-completed-text on
|
|||||||
"\e[B": history-search-forward
|
"\e[B": history-search-forward
|
||||||
"\e[A": history-search-backward
|
"\e[A": history-search-backward
|
||||||
|
|
||||||
|
# Try to stay at the same position when moving through the history
|
||||||
|
set history-preserve-point on
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Line editing
|
# Line editing
|
||||||
|
Loading…
Reference in New Issue
Block a user