comparison scripts/startup/inputrc @ 5316:aaa6df7aa13a

[project @ 2005-04-28 15:01:33 by jwe]
author jwe
date Thu, 28 Apr 2005 15:01:34 +0000
parents
children 15b299f6803d
comparison
equal deleted inserted replaced
5315:f9aff9291d94 5316:aaa6df7aa13a
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