New
r39
Changed
- File extensions are now shown for long filenames even if they are truncated (#2159).
- The history file will no longer contain a space between the prefix and the actual command (e.g.
:quitinstead of: quit) for each line (#2161). The commandsed -i -E 's/^(.) /\1/' ~/.local/share/lf/historycan be run to make an existing history file compatible with the new format. - The
cmd-history-nextandcmd-history-prevcommands will now select only matching entries if part of the command is typed beforehand (#2161). Consecutive duplicate entries will also be skipped for convenience. - The string representation of commands shown when displaying keybindings is simplified (e.g.
cd ~instead ofcd -- [~]) (#2165). yes-no-promptsnow use the same design everywhere (#2212).- Logs generated by
-log <path>now get appended to<path>instead of overwriting it (#2215). - The
showbindsmenu now hides the redundantmodecolumn (#2226) (#2228) and omits already typed keys (#2249).