Skip to content

Jump next/prev only in the active file (and wrap) #686

Closed Answered by alefragnani
giallanon asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @giallanon ,

First of all, thank you for your kind words. I’m glad to know the extension is being helpful.

About your request, there is no way to create shortcuts to this specific behavior. VS Code does not provide a way to use parameters/setting on shortcuts/commands. But, based on your comments, it seems this behavior is your preferred way to work, so I would suggest you to define the extension to work this way. To do so, simply use these two settings:

    "bookmarks.navigateThroughAllFiles": false,
    "bookmarks.wrapNavigation": true

Based on the documentation:

  • Allow navigation through all files that contains bookmarks (true by default)
    "bookmarks.navigateThroughAllFiles": false
  • A…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@giallanon
Comment options

Answer selected by alefragnani
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants