Cheatography
https://cheatography.com
Ranger file manager keyboard shortcuts.
General
ranger |
Start Ranger |
q |
Quit Ranger |
r |
Reload current directory |
? |
Ranger Manpages/Shortcuts |
Movement
k |
Up |
j |
Down |
h |
Parent directory |
l |
Subdirectory |
i |
preview file |
gg |
Go to top of list |
G |
Go to bottom of list |
J |
Half-page down |
K |
Half-page up |
H |
History back |
L |
History foward |
~ |
Switch the view |
Tabs
C-n |
Create new tab |
C-w |
Close current tab |
<tab> |
Next tab |
<shift> + <tab> |
Previous tab |
<alt> + [x] |
goto / create [x] tab |
Marker
m + [x] |
Create Marker |
um + [x] |
Delete Marker |
' + [x] |
Go to Marker |
t |
tag a file with an * |
t + '' + [x] |
tag a file with your desired mark |
|
|
File Operations
<enter> |
Open |
r |
Open file with |
z |
Toggle settings |
o |
Change sort order |
zh |
View hidden files |
cw |
Rename current file |
yy |
Copy |
dd |
Cut |
pp |
Paste |
/ |
Search for files (:search) |
n |
Next match |
N |
Previous match |
<delete> |
Delete |
Commands
: |
Execute Range command |
! |
Execute Shell command |
chmod |
Change file permissions |
du |
Disk usage current directory |
S |
Run the terminal in your current ranger window (exit to go back to ranger) |
File substituting
%f |
Substitute highlighted file |
%d |
Substitute current directory |
%s |
Substitute currently selected files |
%t |
Substitute currently tagged files |
Example for substitution |
:bulkrename %s |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets