diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-25 07:06:06 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-25 07:06:06 -0700 |
commit | a4ed02eba4316be14384d2e696ae11f6078360c0 (patch) | |
tree | da6e96510823be03c211f87bea442cede35b4383 /txr.1 | |
parent | a64e990aca730a0c941f7b51e3d170631ff03ed0 (diff) | |
download | txr-a4ed02eba4316be14384d2e696ae11f6078360c0.tar.gz txr-a4ed02eba4316be14384d2e696ae11f6078360c0.tar.bz2 txr-a4ed02eba4316be14384d2e696ae11f6078360c0.zip |
linemode: multi-line behavior for Ctrl-A/Ctrl-E.
* linemode/linemode.c (edit_move_home, edit_move_end):
Check for multi-line mode and implement movement
within the physical line.
* txr.1: Documented.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -33600,6 +33600,10 @@ such that the last character of the line is to the left of the cursor position. On terminals which have the Home and End keys, these may also be used instead of Ctrl-A and Ctrl-E. +In multi-line mode, these commands jump to the beginning or end of the +current physical line. In line mode, they move to the beginning or end of the +edit buffer. + .NP* Jump to Matching Parenthesis If the cursor is on an opening or closing parenthesis, brace or bracket, |