Skip to content

Keyboard Shortcuts

Master all of Termix's keyboard shortcuts for maximum productivity. This comprehensive reference covers every key binding organized by function and context. To view this guide inside the app, press ? at any time.

Quick Reference Card

Essential Shortcuts

KeyActionKeyAction
↑↓ / kjMove selectionEnter / lOpen/Enter
Backspace / hGo upsSearch
aAddrRename
yYank (Copy)xMove/Cut
pPastedDelete
mBookmark AddbBookmark Menu
tSortvVisual Mode
YYank Path?Help Screen
qQuitEscCancel/Clear
OOpen in menuEscCancel/Clear

Basic Movement

KeyActionDescription
Move upSelect previous item
Move downSelect next item
kMove up (Vim)Vim-style up movement
jMove down (Vim)Vim-style down movement
ggJump to topSelect first item in list
GJump to bottomSelect last item in list
Ctrl+dScroll downScroll down half a page
Ctrl+uScroll upScroll up half a page

Directory Navigation

KeyActionDescription
EnterOpen/EnterOpen file or enter directory
lOpen/Enter (Vim)Alternative key for opening
BackspaceGo upMove to parent directory
hGo up (Vim)Vim-style parent navigation

Preview Pane Control

KeyActionDescription
Alt + ↑Scroll upScroll preview content up
Alt + ↓Scroll downScroll preview content down
Alt + ←Scroll leftScroll preview content left
Alt + →Scroll rightScroll preview content right

File Operations

Creation and Modification

KeyActionDescription
aAddCreate new file or directory
rRenameRename selected item
dDeleteDelete selected item(s) with confirmation

Clipboard and Batch Operations

KeyActionDescription
vVisual ModeEnter/Exit mode for selecting multiple items
yYank (Copy)Yank selected item(s) to internal clipboard
xCut (Move)Cut selected item(s) to internal clipboard
pPastePaste from internal clipboard
YYank PathYank item's full path to system clipboard

Bookmark Management

KeyContextActionDescription
mNormal ModeMark (Add Bookmark)Save the current directory as a new bookmark.
bNormal ModeOpen Bookmark MenuDisplay the list of all saved bookmarks.
EnterBookmark MenuJump to BookmarkNavigate to the selected bookmark's directory.
sBookmark MenuFilter BookmarksEnter filter mode to search bookmarks by name or path.
rBookmark MenuRename BookmarkEdit the name of the selected bookmark.
dBookmark MenuDelete BookmarkDelete the selected bookmark(s) with confirmation.
vBookmark MenuVisual ModeEnter visual mode to select multiple bookmarks to delete.
EscBookmark MenuClose MenuReturn to the file navigator.

Search and Filter

Search Control

KeyModeActionDescription
sNormalStart searchEnter search mode
EscSearchApply filterFinish search, navigate results
EscFilteredClear filterRemove filter, show all files
bFiltered NavBack to resultsReturn to search results after entering a directory

Search Input

KeyModeAction
Character keysSearchAdd to query
BackspaceSearchRemove from query
EnterSearch(Same as Esc) Apply filter

Application Control

Session Management

KeyActionDescription
qQuitExit Termix
?HelpShow/hide the help screen
EscCancelCancel current operation

Special Contexts

KeyContextAction
yDelete confirmConfirm deletion
nDelete confirmCancel deletion
yQuit confirmForce quit with operations
nQuit confirmCancel quit
SPaste ConflictSkip current file
LPaste ConflictSkip All conflicting files
RPaste ConflictReplace current file
APaste ConflictReplace All conflicting files

Mode-Specific Shortcuts

Normal Mode

Default mode for navigation and file operations

CategoryKeysActions
Movement↑↓kj, gg, GNavigate through files
NavigationEnter/l, Backspace/hOpen/close directories
Operationsa, r, y, Y, x, p, dFile operations
Bookmarksm (Mark), b (Open Menu)Bookmark management
Modess (Search), t (Sort), v (Visual)Switch to other modes
Appq (Quit), ? (Help)Application control

Visual Mode

Active when selecting multiple files for batch operations

KeyActionNotes
SpaceToggle SelectionMark or unmark the highlighted item
aSelect AllSelect every item in the current view
iInvert SelectionDeselect all selected and select all unselected
y / xYank / CutYank/Cut all selected items to the clipboard
dDeleteDelete all selected items
v / EscExit ModeReturn to Normal Mode

Bookmark Menu Mode

Active when viewing your list of saved bookmarks

KeyActionNotes
↑↓ / kjMove SelectionNavigate the list of bookmarks
EnterJump to BookmarkGo to the selected bookmark's directory
sFilter BookmarksEnter filter mode to search bookmarks
rRename Bookmark
dDelete Bookmark
vEnter Visual ModeSelect multiple bookmarks for deletion
EscClose MenuReturn to the file navigator

Bookmark Visual Mode

Active when selecting multiple bookmarks for batch deletion

KeyActionNotes
SpaceToggle SelectionMark or unmark the highlighted bookmark
dDeleteDelete all selected bookmarks
v / EscExit ModeReturn to the Bookmark Menu

Context-Sensitive Behavior

Esc Key Behavior

The Esc key behaves differently based on context:

ContextAction
Normal mode with filterClear active filter
Normal mode with clipboardClear clipboard
Visual ModeExit Visual Mode
Search modeApply filter and enter navigation
Add/Rename modeCancel operation
Delete/Quit confirmCancel action
Paste ConflictCancel paste operation
Bookmark MenuClose the menu
Bookmark Visual ModeExit Visual Mode
Bookmark Filter ModeExit filter mode

Memory Aids

Mnemonic Devices

KeyMnemonicAction
aAddCreate new item
bBookmarkOpen bookmark menu
dDeleteDelete item
mMarkCreate a bookmark
pPastePaste from clipboard
qQuitExit application
rRenameRename item
sSearchStart search
tSortOpen sort menu
vVisualEnter Visual Mode
xCut (eXtract)Move to clipboard
yYankYank to clipboard (copy)

Troubleshooting Key Issues

Keys Not Working

If shortcuts aren't responding:

  1. Check terminal focus: Ensure the terminal window has focus.
  2. Verify key support: Some terminals may not support all key combinations (e.g., Alt).
  3. Check for conflicts: Other applications might intercept keys.

All essential functions have alternative key bindings that work in any standard terminal.

Released under the MIT License