Changelog
- (Breaking) Copy and move operations are now implemented as builtins instead of using the underlying shell primitives (i.e.
cp
andmv
). Users who want the old behavior can define a custompaste
command. See the updated documentation for more information. Please report bugs regarding this change. - (New) Copy and move operations now run asynchronously and the progress is shown in the bottom ruler.
- (New) Two new commands
echomsg
andechoerr
are added to print a message to the message line and to the log file at the same time. - Terminal initialization errors are now shown in the terminal instead of the log file.
- Preview messages (i.e.
empty
,binary
, andloading...
) are now shown with reverse attribute.