You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Breaking) Command counts are now only applied for up/down (and variants), updir, toggle, search-next, and search-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 than redraw 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.