Commit af9d962 1 parent efaa45a commit af9d962 Copy full SHA for af9d962
File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,10 @@ The following dynamic keybinds are only set while the browser is open:
113
113
| Shift+PGUP | list_top | move selector to the top of the list |
114
114
| HOME | goto_current | move to the directory of the currently playing file |
115
115
| Shift+HOME | goto_root | move to the root directory |
116
- | Ctrl+r | reload | reload directory and reset cache |
116
+ | Alt+LEFT | history_back | move to previously open directory |
117
+ | Alt+RIGHT | history_forward| move forwards again in history to the next directory |
118
+ | Ctrl+r | reload | reload current directory |
119
+ | Ctrl+Shift+r| cache/clear | clears the directory cache (disabled by default) |
117
120
| s | select_mode | toggles multiselect mode |
118
121
| S | select_item | toggles selection for the current item |
119
122
| Ctrl+a | select_all | select all items in the current directory |
Original file line number Diff line number Diff line change 110
110
cacheParser .keybinds = {
111
111
{
112
112
key = ' Ctrl+Shift+r' ,
113
- name = ' clear_cache ' ,
113
+ name = ' clear ' ,
114
114
command = function () clear_cache () ; fb .rescan () end ,
115
115
}
116
116
}
You can’t perform that action at this time.
0 commit comments