Skip to content

Feature: Numbered Bookmark Quick Access (Cmd+R Cmd+B 1-9) #170

@couimet

Description

@couimet

Summary

Direct navigation to bookmarks by index using numbered keybindings.

Parent Issue

Part of #160 (RangeLink Bookmarks) - Future Enhancement

Blocked By

Keybindings

Keybinding Action
`Cmd+R Cmd+B 1` Navigate to bookmark #1
`Cmd+R Cmd+B 2` Navigate to bookmark #2
... ...
`Cmd+R Cmd+B 9` Navigate to bookmark #9

Acceptance Criteria

Technical Approach

{
  "command": "rangelink.openBookmark1",
  "key": "ctrl+r ctrl+b 1",
  "mac": "cmd+r cmd+b 1"
}

Or use command arguments:

{
  "command": "rangelink.openBookmarkByIndex",
  "args": { "index": 1 },
  "key": "ctrl+r ctrl+b 1",
  "mac": "cmd+r cmd+b 1"
}

Priority

Low - QuickPick is sufficient for most users; this is for power users

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions