otavioschwanck / arrow.nvim

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

feat!: index_keys instead of after_9_keys #6

Closed nfrid closed 7 months ago

nfrid commented 7 months ago

I personally don't like using numbers to access things, but at the moment arrow.nvim doesn't allow to ditch them and use a different set of keys entirely.

This PR replaces after_9_keys option with index_keys so you can redefine your keys to index bookmarks entirely, i.e. using `"afg..." you can access first three entries via a, f and g accordingly.

By default it will still use 1-9.

otavioschwanck commented 7 months ago

Awesome feature, merged!