[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The following is a list of keybindings for the Input Bar. Users of Emacs will recognize them.
Delete the character before point (delete-backward-char
).
Kill back to the beginning of the previous word (backward-kill-word
).
Delete the character after point (delete-forward-char
).
Kill forward to the end of the next word (forward-kill-word
).
Move forward one character (forward-char
).
Move forward one word (forward-word
).
Move backward one character (backward-char
).
Move backward one word (backward-word
).
Move to the beginning of the current line (move-beginning-of-line
).
Move to the end of the current line (move-end-of-line
).
Kill to the end of the line (kill-line
).
Kill to the beginning of the line (kill-to-beginning
),
the same as C-a C-k.
Move to the next earlier entry saved in the command history (history-back
).
Move to the next later entry saved in the command history (history-forward
).
Submit the entered command (submit
).
Abort the current action by closing the Input Bar (abort
).
Paste text from clipboard into the Input Bar (yank-selection
).
Clockwise tab complete the current string, if possible. Press TAB again to cycle through completions.
Counter-clockwise tab complete the current string, if possible. Press S-TAB again to cycle through completions.
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
This document was generated on January 28, 2024 using texi2html 1.82.