Skip to content

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
LeftMove the cursor left
Shift + LeftMove cursor left and select
Ctrl + LeftMove the cursor one word to the left
RightMove the cursor right or accept suggestion
Shift + RightMove cursor right and select
Ctrl + RightMove the cursor one word to the right
Ctrl + Shift + LeftMove cursor one word left and select
Ctrl + Shift + RightMove cursor one word right and select
BackspaceDelete the character to the left of the cursor
Delete, Ctrl + DDelete the character to the right of the cursor
EnterSubmit the current input
Ctrl + WDelete the word to the left
Ctrl + UDelete everything to the left
Ctrl + FDelete the word to the right
Ctrl + KDelete everything to the right
Ctrl + XCut selected text
Ctrl + CCopy selected text
Ctrl + VPaste text from the clipboard
Home, Ctrl + AGo to the beginning of the input
End, Ctrl + EGo to the end of the input
Shift + HomeSelect text to the beginning of the input
Shift + EndSelect text to the end of the input
Up ArrowRetrieve the previous command from history
Down ArrowMove 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
EnterSelect the current item
UpMove the cursor up
DownMove 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

Released under the MIT License.