Releases: gokcehan/lf
Releases · gokcehan/lf
r3
Changelog
- (Breaking) Command counts are now only applied for
up/down
(and variants),updir
,toggle
,search-next
, andsearch-prev
commands. These commands are now handled more efficiently when used with counts. - (New) Pressed keys are now shown in the ruler when they are not matched yet.
- (New) A new builtin
draw
command has been added which is more efficient thanredraw
command. The latter is replaced with the former in many places to prevent flickers on the screen. - (New) Support for
$LS_COLORS
and$LSCOLORS
environment variables are added for color customization (by @M1rt). See the updated documentation for more information. - (New) A new option
drawbox
is added to draw a box around panes. - (Fix) Resize events that change the height are now handled properly.
- (Fix) Changes in sorting methods and options are checked for cached directories and these directories are sorted again if necessary while loading.
- A
~
character is added as a suffix to file names when they do not fit to the window.
r2
Changelog
- (Breaking) Shell command names are shortened (e.g.
read-shell-wait
renamed toshell-wait
). - (New) A new shell command type named
shell-pipe
is introduced that runs with the ui. See the updated documentation for the motivation and some example use cases. - (New) A new command named
cmd-interrupt
(default<c-c>
) is introduced to interrupt the currentshell-pipe
command. - (New) A new command named
select
is introduced that changes current file selection to its argument. - Running
cmd-hist-prev
in normal mode now always starts with the last item to avoid confusion. Runningcmd-hist-next
in normal mode now has no effect for consistency.