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

[FEATURE] Provide When Clause / Context Key for vim-like navigation in Bookmark List #760

Open
alefragnani opened this issue Nov 1, 2024 Discussed in #751 · 0 comments

Comments

@alefragnani
Copy link
Owner

Discussed in #751

Originally posted by bkemmer September 19, 2024
Hi there,
First, thank you for the awesome extension, it is helping me keeping things organized here :-)

Second, I am trying to move to vim biddings and for me it will be useful to keep using the navigation that we have in the autocomplete suggestions, alt+j and alt+k to move between the bookmaks in bookmarks.list.

      {
        "key": "alt+j",
        "command": "bookmarks.<command to go down>", # current arrow down
        "when": "bookmark.list" # is this the right context?
      },
      {
        "key": "alt+k",
        "command": "bookmarks.<command to go up>", # current arrow up
        "when": "bookmark.list" # is this the right context?
      },

Also, it would be interesting deleting a bookmark inside the list, but lets leave this to later.

Screenshot 2024-09-19 at 10 32 23
@alefragnani alefragnani added this to the Next Release milestone Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant