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

in buffer line marks navigation #83

Open
yuvalsp-pelles opened this issue Sep 19, 2024 · 1 comment
Open

in buffer line marks navigation #83

yuvalsp-pelles opened this issue Sep 19, 2024 · 1 comment

Comments

@yuvalsp-pelles
Copy link

is there a way to navigate with ] and [ inside buffer?

@oguaje
Copy link

oguaje commented Oct 31, 2024

You can set

vim.keymap.set("n", "]", "<cmd>Arrow next_buffer_bookmark<cr>")
vim.keymap.set("n", "[", "<cmd>Arrow prev_buffer_bookmark<cr>")

in your config

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