Changelog
- (Breaking) Copy and move operations are now implemented as builtins instead of using the underlying shell primitives (i.e.
cpandmv). Users who want the old behavior can define a custompastecommand. 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
echomsgandechoerrare 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.