Changelog
- (Breaking) Command counts are now only applied for
up/down(and variants),updir,toggle,search-next, andsearch-prevcommands. 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
drawcommand has been added which is more efficient thanredrawcommand. The latter is replaced with the former in many places to prevent flickers on the screen. - (New) Support for
$LS_COLORSand$LSCOLORSenvironment variables are added for color customization (by @M1rt). See the updated documentation for more information. - (New) A new option
drawboxis 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.