Skip to content

feat: allow repositioning the cursor in the rename DDS event#2521

Merged
sxyazi merged 1 commit intomainfrom
pr-b4575bf2
Mar 24, 2025
Merged

feat: allow repositioning the cursor in the rename DDS event#2521
sxyazi merged 1 commit intomainfrom
pr-b4575bf2

Conversation

@sxyazi
Copy link
Owner

@sxyazi sxyazi commented Mar 24, 2025

An implementation of the feature request: #2520

Closes #2520


Now you will be able to have something like this to place the cursor on the next file after renaming:

return {
  setup = function()
    ps.sub("rename", function()
      ya.mgr_emit("arrow", { "next" })
    end)
  end,
}

DDS docs: https://yazi-rs.github.io/docs/dds

@sxyazi sxyazi merged commit 913a92d into main Mar 24, 2025
6 checks passed
@sxyazi sxyazi deleted the pr-b4575bf2 branch March 24, 2025 08:06
Lemi0002 pushed a commit to Lemi0002/yazi that referenced this pull request Apr 10, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

select(hover) to next item after rename

1 participant