mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
docs(tui): list Esc Esc in the hotkey panel; correct the Ctrl+U/K wording
The kills are line-scoped now, so "delete to start / end" overstated them.
This commit is contained in:
parent
01022d737a
commit
6d5b3e2520
1 changed files with 2 additions and 1 deletions
|
|
@ -21,13 +21,14 @@ export const HOTKEYS: [string, string][] = [
|
|||
[action + '+G / Alt+G', 'open $EDITOR (Alt+G fallback for VSCode/Cursor)'],
|
||||
[action + '+L', 'redraw / repaint'],
|
||||
[paste + '+V / /paste', 'paste text; /paste attaches clipboard image'],
|
||||
['Esc Esc', 'discard draft (recall with ↑)'],
|
||||
['Tab', 'apply completion'],
|
||||
['↑/↓', 'completions / queue edit / history'],
|
||||
['Ctrl+X', 'open live session switcher (deletes queued message while editing)'],
|
||||
[action + '+A/E', 'home / end of line'],
|
||||
[action + '+Z / ' + action + '+Y', 'undo / redo input edits'],
|
||||
[action + '+W', 'delete word'],
|
||||
[action + '+U/K', 'delete to start / end'],
|
||||
[action + '+U/K', 'kill to line start / end (repeat across lines)'],
|
||||
[action + '+←/→', 'jump word'],
|
||||
['Home/End', 'start / end of line'],
|
||||
['Shift+Enter / Alt+Enter', 'insert newline'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue