Shortcuts
App
Ctrl + Q
→ Exit the app
INFO
Save History and Configuration:Ctrl + Q
not only closes the app but also saves command history and user settings.
Input
Reference: Textual Input Widget Documentation
Keyboard Navigation
Key(s) | Description |
---|---|
Left | Move the cursor left |
Shift + Left | Move cursor left and select |
Ctrl + Left | Move the cursor one word to the left |
Right | Move the cursor right or accept suggestion |
Shift + Right | Move cursor right and select |
Ctrl + Right | Move the cursor one word to the right |
Ctrl + Shift + Left | Move cursor one word left and select |
Ctrl + Shift + Right | Move cursor one word right and select |
Backspace | Delete the character to the left of the cursor |
Delete , Ctrl + D | Delete the character to the right of the cursor |
Enter | Submit the current input |
Ctrl + W | Delete the word to the left |
Ctrl + U | Delete everything to the left |
Ctrl + F | Delete the word to the right |
Ctrl + K | Delete everything to the right |
Ctrl + X | Cut selected text |
Ctrl + C | Copy selected text |
Ctrl + V | Paste text from the clipboard |
Home , Ctrl + A | Go to the beginning of the input |
End , Ctrl + E | Go to the end of the input |
Shift + Home | Select text to the beginning of the input |
Shift + End | Select text to the end of the input |
Up Arrow | Retrieve the previous command from history |
Down Arrow | Move forward in the command history |
Other Shortcuts
- Press
/
to quickly focus the input widget.
Directory Tree
Reference: Textual DirectoryTree Widget Documentation
Keyboard Navigation
Key(s) | Description |
---|---|
Enter | Select the current item |
Up | Move the cursor up |
Down | Move the cursor down |
Other Actions
Ctrl + Click
a file name → Inserts the file name into the input console- Click on a folder → Changes the current directory to that folder
- Click on the root folder → Moves one level up in the directory
Ctrl + R
→ Refreshes the directory tree
INFO
Directory Sync: The directory tree stays synchronized with the current input directory. You can toggle the hidden folder view in settings using Ctrl + S
.
Settings Screen
Ctrl + S
→ Open the settings screen
Help Screen
Ctrl + K
→ Open the help screen
Other
Esc
→ Go back or exit the current screen