Skip to content

Instantly share code, notes, and snippets.

@saimon833
Forked from heroheman/ranger-cheatsheet.md
Created September 5, 2021 09:45
Show Gist options
  • Save saimon833/d06c3a53dabd5b4c6dcd880f07e7ec29 to your computer and use it in GitHub Desktop.
Save saimon833/d06c3a53dabd5b4c6dcd880f07e7ec29 to your computer and use it in GitHub Desktop.
Ranger Cheatsheet

Ranger Cheatsheet

General

Shortcut Description
ranger Start Ranger
Q Quit Ranger
R Reload current directory
? Ranger Manpages / Shortcuts

Movement

Shortcut Description
k up
j down
h parent directory
l subdirectory
gg go to top of list
G go t bottom of list
J half page down
K half page up
H History Back
L History Forward

File Operations

Shortcut Description
Open
r open file with
z toggle settings
o change sort order
zh view hidden files
cw rename current file
yy yank / copy
/ search for files :search
n next match
N prev match
Delete

Commands

Shortcut Description
: Execute Range Command
! Execute Shell Command
chmod Change file Permissions
du Disk Usage Current Directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment