Skip to content

Commit

Permalink
cache: update file_browser.conf with new keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
CogentRedTester committed Mar 7, 2025
1 parent ad7a143 commit 630a55c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/file_browser.conf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ normalise_backslash=auto
# enable if it takes a long time to load directories.
# May cause 'ghost' files to be shown that no-longer exist or
# fail to show files that have recently been created.
# Use Ctrl+r to forcibly clear the cache when enabled.
# Reloading the directory with Ctrl+r will never use the cache.
# Use Ctrl+Shift+r to forcibly clear the cache.
cache=no

# this option reverses the behaviour of the alt+ENTER keybind
Expand Down
3 changes: 1 addition & 2 deletions modules/options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ local o = {
--a directory cache to improve directory reading time,
--enable if it takes a long time to load directories.
--may cause 'ghost' files to be shown that no-longer exist or
--fail to show files that have recently been created. Use Ctrl+r to
--forcibly clear the cache when enabled.
--fail to show files that have recently been created.
cache = false,

--this option reverses the behaviour of the alt+ENTER keybind
Expand Down

0 comments on commit 630a55c

Please sign in to comment.