From 630a55ce5123fb186ebe6c9679929c8c163041b5 Mon Sep 17 00:00:00 2001 From: CogentRedTester Date: Fri, 7 Mar 2025 18:55:47 +1030 Subject: [PATCH] cache: update file_browser.conf with new keybinds --- docs/file_browser.conf | 3 ++- modules/options.lua | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/file_browser.conf b/docs/file_browser.conf index 55383e3..f3d104a 100644 --- a/docs/file_browser.conf +++ b/docs/file_browser.conf @@ -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 diff --git a/modules/options.lua b/modules/options.lua index 9ba5a69..6307fce 100644 --- a/modules/options.lua +++ b/modules/options.lua @@ -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