View | Details | Raw Unified | Return to bug 136257
Collapse All | Expand All

(-)readline-5.0.orig/doc/readline.3 (+35 lines)
Lines 645-654 Link Here
645
Fetch the previous command from the history list, moving back in
645
Fetch the previous command from the history list, moving back in
646
the list.
646
the list.
647
.TP
647
.TP
648
.B previous\-ghistory
649
Fetch the previous command from the global history list, moving back in
650
the list.
651
.TP
648
.B next\-history (C\-n)
652
.B next\-history (C\-n)
649
Fetch the next command from the history list, moving forward in the
653
Fetch the next command from the history list, moving forward in the
650
list.
654
list.
651
.TP
655
.TP
656
.B next\-ghistory
657
Fetch the next command from the global history list, moving forward
658
in the list.
659
.TP
652
.B beginning\-of\-history (M\-<)
660
.B beginning\-of\-history (M\-<)
653
Move to the first line in the history.
661
Move to the first line in the history.
654
.TP
662
.TP
Lines 660-688 Link Here
660
Search backward starting at the current line and moving `up' through
668
Search backward starting at the current line and moving `up' through
661
the history as necessary.  This is an incremental search.
669
the history as necessary.  This is an incremental search.
662
.TP
670
.TP
671
.B reverse\-search\-ghistory
672
Search backward starting at the current line and moving `up' through
673
the global history as necessary.  This is an incremental search.
674
.TP
663
.B forward\-search\-history (C\-s)
675
.B forward\-search\-history (C\-s)
664
Search forward starting at the current line and moving `down' through
676
Search forward starting at the current line and moving `down' through
665
the history as necessary.  This is an incremental search.
677
the history as necessary.  This is an incremental search.
666
.TP
678
.TP
679
.B forward\-search\-ghistory
680
Search forward starting at the current line and moving `down' through
681
the global history as necessary.  This is an incremental search.
682
.TP
667
.B non\-incremental\-reverse\-search\-history (M\-p)
683
.B non\-incremental\-reverse\-search\-history (M\-p)
668
Search backward through the history starting at the current line
684
Search backward through the history starting at the current line
669
using a non-incremental search for a string supplied by the user.
685
using a non-incremental search for a string supplied by the user.
670
.TP
686
.TP
687
.B non\-incremental\-reverse\-search\-ghistory
688
Search backward through the global history starting at the current
689
line using a non-incremental search for a string supplied by the user.
690
.TP
671
.B non\-incremental\-forward\-search\-history (M\-n)
691
.B non\-incremental\-forward\-search\-history (M\-n)
672
Search forward through the history using a non-incremental search
692
Search forward through the history using a non-incremental search
673
for a string supplied by the user.
693
for a string supplied by the user.
674
.TP
694
.TP
695
.B non\-incremental\-forward\-search\-ghistory
696
Search forward through the global history using a non-incremental search
697
for a string supplied by the user.
698
.TP
675
.B history\-search\-forward
699
.B history\-search\-forward
676
Search forward through the history for the string of characters
700
Search forward through the history for the string of characters
677
between the start of the current line and the current cursor
701
between the start of the current line and the current cursor
678
position (the \fIpoint\fP).
702
position (the \fIpoint\fP).
679
This is a non-incremental search.
703
This is a non-incremental search.
680
.TP
704
.TP
705
.B ghistory\-search\-forward
706
Search forward through the global history for the string of characters
707
between the start of the current line and the current cursor
708
position (the \fIpoint\fP).
709
This is a non-incremental search.
710
.TP
681
.B history\-search\-backward
711
.B history\-search\-backward
682
Search backward through the history for the string of characters
712
Search backward through the history for the string of characters
683
between the start of the current line and the point.
713
between the start of the current line and the point.
684
This is a non-incremental search.
714
This is a non-incremental search.
685
.TP
715
.TP
716
.B ghistory\-search\-backward
717
Search backward through the global history for the string of characters
718
between the start of the current line and the point.
719
This is a non-incremental search.
720
.TP
686
.B yank\-nth\-arg (M\-C\-y)
721
.B yank\-nth\-arg (M\-C\-y)
687
Insert the first argument to the previous command (usually
722
Insert the first argument to the previous command (usually
688
the second word on the previous line) at point.
723
the second word on the previous line) at point.

Return to bug 136257