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

arrow.persist next and previous do not work when bookmark added using ui #100

Open
maxguuse opened this issue Dec 13, 2024 · 0 comments
Open

Comments

@maxguuse
Copy link

maxguuse commented Dec 13, 2024

I use these mappings:

{
	"<C-h>",
	function()
		require("arrow.persist").previous()
	end,
},
{
	"<C-l>",
	function()
		require("arrow.persist").next()
	end,
},
{
	"<C-s>",
	function()
		require("arrow.persist").toggle()
	end,
},

problem is, when I add bookmark using <C-s>, previous and next works as expected: cycling through bookmarks. Whereas when I add bookmark using save key in arrow ui, <C-h> and <C-l> only works when switching between 2 buffers, ignoring others: next only switches from 1st to 2nd bookmark, and previous only switches from 2nd to 1st bookmark.

@maxguuse maxguuse changed the title arrow.persist next and previous do not work when bookmark added through you arrow.persist next and previous do not work when bookmark added using ui Dec 13, 2024
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

1 participant