Open yuvalsp-pelles opened 1 month ago
is there a way to navigate with ] and [ inside buffer?
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
is there a way to navigate with ] and [ inside buffer?