With a vanilla installation and no custom configuration, file operations like copy, paste, creation, and deletion do not update the view inside a directory. Unless I manually perform a reload, the result of these operations isn't visible.
Files are created using $touch and $mkdir and deleted using the built-in :delete command. Copying and Pasting were also done using the built in command.
Is this behavior intended? Even with the following options in ~/.config/lf/lfrc,
set nodircache
set period 1
there's no change in this strange behavior. Is it expected to perform a reload for each and every file operation? I'm apprehensive about doing that because every reload operation flickers the entire terminal lf screen for an instant, which is pretty jarring.
With a vanilla installation and no custom configuration, file operations like copy, paste, creation, and deletion do not update the view inside a directory. Unless I manually perform a reload, the result of these operations isn't visible.
Files are created using
$touchand$mkdirand deleted using the built-in:deletecommand. Copying and Pasting were also done using the built in command.Is this behavior intended? Even with the following options in
~/.config/lf/lfrc,there's no change in this strange behavior. Is it expected to perform a reload for each and every file operation? I'm apprehensive about doing that because every reload operation flickers the entire terminal lf screen for an instant, which is pretty jarring.