FTB Keyboard Shortcuts

July 13, 2026 · View on GitHub

中文文档 | English

FTB Keyboard Shortcuts

File List Navigation

KeyAction
j / DownMove selection down
k / UpMove selection up
h / LeftGo to parent directory (first press = first item, second = parent)
l / Right / EnterEnter directory / open file
Home / g gJump to first item
End / GJump to last item
PageUpPrevious page
PageDownNext page
.Toggle hidden files
SpaceToggle batch selection (multi-select)

File Operations

KeyAction
yCopy (yank) selected item(s)
xCut selected item(s)
pPaste from clipboard (auto-rename if exists)
PPaste with force overwrite
dMove to trash
Delete / Ctrl+DOpen delete confirmation dialog
KeyAction
/Enter search mode (type to filter list)
EscapeClear search / exit search mode
nJump to next match
NJump to previous match
BackspaceDelete last character / exit if empty

Preview Panel Scrolling

KeyAction
Alt+JScroll preview down
Alt+KScroll preview up
Alt+HScroll preview left
Alt+LScroll preview right
Mouse WheelScroll preview up/down

Tab Management

KeyAction
[Previous tab
]Next tab
Ctrl+B ntCreate new tab
Ctrl+B ctClose current tab

Command Mode

Press Ctrl+B to enter command prefix mode, then type a command:

CommandAliasesAction
openopOpen with picker dialog
openwithowManual specify program
opencfgocConfigure openers
vimv, e, editorOpen built-in editor (full-screen tab, Esc to close)
themethOpen theme selector
renamernRename selected item
batchrenamebrBatch rename with regex
extractextExtract archive file
newfilenfCreate new file
newfolderndCreate new folder
previewpFull file preview
detailsdFolder details
jumpjJump to directory
fdfindfdFuzzy find files
searchsEnter search mode
helphHelp panel
calendarcalCalendar panel
layoutloLayout settings
sortsoSort mode settings
uistyleuiUI style settings
statusstylessStatus bar style
pluginplPlugin manager
taskstask, tsTask manager
clipboardcbShow clipboard details
clrccClear clipboard
newtabntCreate new tab
closetabctClose current tab
nexttabnxNext tab
prevtabpvPrevious tab
mdsourcemdsToggle Markdown preview source
xlsxxlsToggle spreadsheet preview
mediavideo, mp4, gifToggle media (timg) preview
timgplayPlay media fullscreen
pdfhyggToggle PDF preview
docdocx, pandocToggle DOC/DOCX preview
audaudio, eyed3Toggle audio preview
hexxxdToggle hex dump preview
ghGo to home directory
gdGo to downloads directory
gcGo to config directory
zexit, quitQuit and cd to current directory in shell (requires shell wrapper)
sshSSH connection (if enabled)
  • Tab — Auto-complete command name
  • Enter — Execute command
  • Escape — Cancel command mode

Built-in Editor (nano-style)

Press Ctrl+B v or Ctrl+B e to open the current file in the built-in editor.

KeyAction
Arrow keysMove cursor
Ctrl+A / Ctrl+EBeginning / End of line
Ctrl+B / Ctrl+FCharacter left / right
Ctrl+P / Ctrl+NLine up / down
Ctrl+V / PageDownPage down
Ctrl+Y / PageUpPage up

Editing

KeyAction
Ctrl+OSave file
Ctrl+XExit editor
Ctrl+KCut current line
Ctrl+UPaste at cursor
Ctrl+WSearch within file
Ctrl+Z / Alt+UUndo
Alt+ERedo
Alt+MToggle Markdown preview mode
Ctrl+_Go to specific line
Ctrl+CShow cursor position

Global / Application Control

KeyAction
EscapeClose active panel / clear search / clear batch selection
Ctrl+CQuit FTB
Ctrl+RReload configuration file
Ctrl+LRefresh terminal screen
Ctrl+Z(ignored, prevents accidental suspend)

Panels (Help, Theme, Calendar, etc.)

KeyAction
Escape / qClose panel
TabSwitch tab (help panel)
Arrow keysNavigate within panel
Home / EndJump to top / bottom
PageUp / PageDownScroll page

Mouse Support

ActionBehaviour
Left click on tab barSwitch to clicked tab
Left click on columnsStart text selection
Mouse dragExtend selection
Mouse releaseCopy selected text to system clipboard
Wheel upScroll preview panel up
Wheel downScroll preview panel down

See also: Configuration Guide | 配置指南