Skip to content

Commit af9d962

Browse files
README: document new history and cache keybinds
1 parent efaa45a commit af9d962

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ The following dynamic keybinds are only set while the browser is open:
113113
| Shift+PGUP | list_top | move selector to the top of the list |
114114
| HOME | goto_current | move to the directory of the currently playing file |
115115
| 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) |
117120
| s | select_mode | toggles multiselect mode |
118121
| S | select_item | toggles selection for the current item |
119122
| Ctrl+a | select_all | select all items in the current directory |

modules/parsers/cache.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ end
110110
cacheParser.keybinds = {
111111
{
112112
key = 'Ctrl+Shift+r',
113-
name = 'clear_cache',
113+
name = 'clear',
114114
command = function() clear_cache() ; fb.rescan() end,
115115
}
116116
}

0 commit comments

Comments
 (0)