Clarification on terminal configurations and key binds.

This commit is contained in:
Oliver 2022-08-27 11:28:26 +02:00
parent 0ded991cb4
commit 356302bdf2
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ type textAreaUndoItem struct {
// # Navigation and Editing // # Navigation and Editing
// //
// A text area is always in editing mode and no other mode exists. The following // A text area is always in editing mode and no other mode exists. The following
// keys can be used to move the cursor: // keys can be used to move the cursor (subject to what the user's terminal
// supports and how it is configured):
// //
// - Left arrow: Move left. // - Left arrow: Move left.
// - Right arrow: Move right. // - Right arrow: Move right.