• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/54

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

54 Cards in this Set

  • Front
  • Back
h H
Display help.
q :q Q :Q ZZ
Exit.
e ^E j ^N CR *
Forward one line (or N lines).
y ^Y k ^K ^P *
Backward one line (or N lines).
f ^F ^V SPACE *
Forward one window (or N lines).
b ^B ESC-v *
Backward one window (or N lines).
z *
Forward one window (and set window to N).
w *
Backward one window (and set window to N).
ESC-SPACE *
Forward one window, but don't stop at end-of-file.
d ^D *
Forward one half-window (and set half-window to N).
u ^U *
Backward one half-window (and set half-window to N).
ESC-) RightArrow *
Left one half screen width (or N positions).
ESC-( LeftArrow *
Right one half screen width (or N positions).
F
Forward forever; like "tail -f".
r ^R ^L
Repaint screen.
R
Repaint screen, discarding buffered input.
/pattern *
Search forward for (N-th) matching line.
?pattern *
Search backward for (N-th) matching line.
n *
Repeat previous search (for N-th occurrence).
N *
Repeat previous search in reverse direction.
ESC-n *
Repeat previous search, spanning files.
ESC-N *
Repeat previous search, reverse dir. & spanning files.
ESC-u

Undo (toggle) search highlighting.

&pattern *
Display only matching lines
A search pattern may be preceded by one or more of:
^N or ! Search for NON-matching lines.

^E or * Search multiple files (pass thru END OF FILE).


^F or @ Start search at FIRST file (for /) or last file (for ?).


^K Highlight matches, but don't move (KEEP position).


^R Don't use REGULAR EXPRESSIONS.

g < ESC-< *
Go to first line in file (or line N).
G > ESC-> *
Go to last line in file (or line N).
p % *
Go to beginning of file (or N percent into file).
t *
Go to the (N-th) next tag.
T *
Go to the (N-th) previous tag.
{ ( [ *
Find close bracket } ) ]. Goes forward to the close bracket matching the (N-th) open bracket in the top line.
} ) ] *
Find open bracket { ( [. Goes backward to the open bracket matching the (N-th) close bracket in the bottom line.
ESC-^F *
Find close bracket . Goes forward to the close bracket matching the (N-th) open bracket in the top line.
ESC-^B *
Find open bracket . Goes backward to the open bracket matching the (N-th) close bracket in the bottom line.
m
Mark the current position with . A mark is any upper-case or lower-case letter. Certain marks are predefined: ^ means beginning of the file, $ means end of the file.
'
Go to a previously marked position.
' '
Go to the previous position.
^X^X
Same as '.
:e [file]
Examine a new file.
^X^V
Same as :e.
:n *
Examine the (N-th) next file from the command line.
:p *
Examine the (N-th) previous file from the command line.
:x *
Examine the first (or N-th) file from the command line.
:d
Delete the current file from the command line list.
= ^G :f
Print current file name.
-
Toggle a command line option [see OPTIONS below].
--
Toggle a command line option, by name.
_
Display the setting of a command line option.
__
Display the setting of an option, by name.
+cmd
Execute the less cmd each time a new file is examined.
!command
Execute the shell command with $SHELL.
|Xcommand
Pipe file between current pos & mark X to shell command.
v
Edit the current file with $VISUAL or $EDITOR.
V
Print version number of "less".