Mercurial > hg > octave-lyh
view scripts/startup/inputrc @ 11107:811b51cdddce
print.m: Add examples to the docstring.
author | Ben Abbott <bpabbott@mac.com> |
---|---|
date | Mon, 18 Oct 2010 19:32:36 +0800 |
parents | 33ed85dcfaa8 |
children | 18d3c1b981e7 |
line wrap: on
line source
## This file configures the behavior of line-input editing for all ## Octave users when Octave is configured to use GNU Readline library ## for input-line editing. ## history-search-backward: ## ## Search backward through the history for the string of characters ## between the start of the current line and the point. This is a ## non-incremental search. Bound to "\e[A", the ANSI escape ## sequence for the UP arrow. "\e[A": history-search-backward ## history-search-forward: ## ## Search forward through the history for the string of characters ## between the start of the current line and the point. This is a ## non-incremental search. Bound to "\e[B", the ANSI escape ## sequence for the DOWN arrow. "\e[B": history-search-forward