]> Creatis software - CreaPhase.git/blob - octave_packages/m/startup/inputrc
update packages
[CreaPhase.git] / octave_packages / m / startup / inputrc
1 ## This file configures the behavior of line-input editing for all
2 ## Octave users when Octave is configured to use GNU Readline library
3 ## for input-line editing.
4
5 ## history-search-backward:
6 ## 
7 ##   Search backward through the history for the string of characters
8 ##   between the start of the current line and the point.  This is a
9 ##   non-incremental search.  Bound to "\e[A", the ANSI escape
10 ##   sequence for the UP arrow.
11
12 "\e[A": history-search-backward
13
14 ## history-search-forward:
15 ## 
16 ##   Search forward through the history for the string of characters
17 ##   between the start of the current line and the point.  This is a
18 ##   non-incremental search.  Bound to "\e[B", the ANSI escape
19 ##   sequence for the DOWN arrow.
20
21 "\e[B": history-search-forward