otavioschwanck / arrow.nvim

Bookmark your files, separated by project, and quickly navigate through them.
Other
341 stars 16 forks source link

Feat: allow mapping `next` in the ui #31

Closed aarondill closed 3 months ago

aarondill commented 3 months ago

I'd like to map ' to next from within the UI (so ;' goes to the next file), but this doesn't seem to be possible from the current implementation.

otavioschwanck commented 3 months ago

https://github.com/otavioschwanck/arrow.nvim/commit/10d1718b0eb1bb7a513848fd68061c06682224a1

Done here.

By default, the mappings for next and prev is ] and [.

You can set it on setup (see the README)