otavioschwanck / arrow.nvim

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

in buffer line marks navigation #83

Open yuvalsp-pelles opened 1 month ago

yuvalsp-pelles commented 1 month ago

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

oguaje commented 6 days ago

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