Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bookmark Navigation #69

Open
realtica opened this issue Jun 11, 2024 · 1 comment
Open

Bookmark Navigation #69

realtica opened this issue Jun 11, 2024 · 1 comment

Comments

@realtica
Copy link

Hello, excelent plugin.

Is it possible to map a direct navigation between Bookmarks inside a buffer?

Thanks.

@xzbdmw
Copy link
Contributor

xzbdmw commented Jun 19, 2024

Have you tried this

        vim.keymap.set("n", "mn", "<cmd>Arrow next_buffer_bookmark<CR>")
        vim.keymap.set("n", "mp", "<cmd>Arrow prev_buffer_bookmark<CR>")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants