Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤖 I have created a release beep boop
7.2.1 (2025-01-23)
⚠ BREAKING CHANGES
config.hooks.yazi_opened_multiple_files
toopeners.send_files_to_quickfix_list
.use_ya_for_events_reading = true
in your yazi.nvim config, you need to upgrade your yazi version to the currently latest version:set_keymappings_function
removed all the built-in keymappings, you will need to change your configuration. You can get the same behaviour by settingkeymaps = false
. But realistically I think almost nobody has done this, so it should be fine.hovered_buffer_background
key in theYaziConfigHighlightGroups
has been renamed tohovered_buffer
. This change was made to better reflect the purpose of the key.lsp_util
module, which was used to provide compatibility with Neovim 0.9.0. We now only support nvim 0.10.0 and later.version
Features
<c-y>
to copy relative path to selected file(s) (#287) (dd8995e)yazi.toggle()
to continue from the last hovered file (#230) (dbddef0)tab
) to work for a single file (#451) (2d80e92)<f1>
key in the yazi window (#275) (cc65bb5)ya emit
for more accurate <tab> to file (opt-in) (#604) (b81e03c)open_for_directories
(#281) (0df9393).build_flavor
(efc0ef1)tab
in yazi jumps to dir of next open split (#232) (3cbc40c)<enter>
(opt-in) (e64d309)Bug Fixes
:Yazi
visual selection not recognizing directories, only files (#693) (584cdda)nvim .
sent extrai
key to yazi (8253e11)open_yazi_in_directory
error in nvim 0.10.1 & nightly (#309) (7eb5f93):edit .
(#379) (ebe93e5)Performance Improvements
cy.runExCommand
in all tests (97093b1)Miscellaneous Chores
Code Refactoring
This PR was generated with Release Please. See documentation.