v5.0.0
5.0.0 (2024-08-04)
⚠ BREAKING CHANGES
- openers: when multiple files were selected in yazi, the previous behaviour was to open them as items in the quickfix list. This has been changed to open them as buffers instead. The previous behaviour can be restored by setting
config.hooks.yazi_opened_multiple_files
toopeners.send_files_to_quickfix_list
.
Features
- openers: multiple files are opened as buffers by default (5cd3ad7)