Skip to main content

Usage

Basic Usage

keysfunction
hjkl(vim bindings) or arrow keysscroll/enter/exit a directory
o or <ENTER>go to directory/open file under cursor
igo to the current directory (in the left window)
qquit
/search
?reverse search
n / Njump to the next/previous search match
Ctrl + U / Ctrl + Dhalf pageup/pagedown
(when in search mode) arrow keysup/down for search history, left/right for editing the search query

To open up a directory with trans

ts /usr/lib/
ts ..
ts /root

Searching

Press foward slash / to search, or question mark ? to reverse search.

Searching is case-insensitive by default, use <search term>\C to search case-sensitively. e.g. README\C will match README.md, but not readme.md.

Transgender.rs supports regular expression.

Trangender.rs performs a search whenever a key is pressed in search mode.