Default Keybindings
Actions where the prefix is not meaningful
Key |
Action |
|---|---|
|
repeat last action |
|
enter command mode |
|
exit monocle mode or select previous image in wide mode (with line wrapping) |
|
load more images |
|
select next image in wide mode (with line wrapping) |
|
get next batch of images |
|
get last batch of images |
|
get previous batch of images |
|
get first batch of images |
|
quit |
|
set fileinfo type (names, ratings, categories) |
|
set sort type (name, time, size, extension) |
|
set ueberzug scaler (crop, distort, fit_contain, contain, forced_cover, cover) |
|
toggle fileinfo on screen |
|
toggle exec prompt |
|
toggle reverse sort |
The majority of the actions need a prefix to work. If the user does not type one, then the currently selected image will be used or a prefix of one in the cases where a number is necessary.
Key |
Action |
No-Prefix Default |
|---|---|---|
|
increase both the numbers of columns and lines |
1 |
|
increase number of columns |
1 |
|
increase number of lines |
1 |
|
decrease both the numbers of columns and lines |
1 |
|
decrease number of columns |
1 |
|
decrease number of lines |
1 |
|
enter monocle mode; go to image |
current selection |
|
shift image left (when it applies) |
1 |
|
shift image up (when it applies) |
1 |
|
shift image right (when it applies) |
1 |
|
shift image down (when it applies) |
1 |
|
set categories |
current selection |
|
move to Trash |
current selection |
|
untag |
current selection |
|
move selection left (no line wrapping) |
1 |
|
move selection down (no line wrapping) |
1 |
|
move selection up (no line wrapping) |
1 |
|
move selection right (no line wrapping) |
1 |
|
rename |
current selection |
|
rotate counter-clockwise |
current selection |
|
rotate clockwise |
current selection |
|
rate |
current selection |
|
set current selection |
do nothing |
|
set grid size |
do nothing |
|
tag |
current selection |
|
undo edits |
current selection |
|
redo edits |
current selection |
|
save edits |
current selection |
|
execute command * |
current selection |
* When the user wants to execute a custom command it is useful to be able to refer to the filenames
of the images that have been selected with the prefix. In order to do that it is possible to
make use of the following placeholders.
%sis replaced with the original file%Sis replaced by all original files%eis replaced with the edited file or the original file if not edited (see Scripts)%Eis replaced by all the edited files or the original files if not edited%dis replaced with the destination file in edit scripts
Example:
:(2) ! feh %s
You can change the default keybindings by following the instructions here.