Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Closes #52
  • Loading branch information
alefragnani committed Mar 26, 2019
1 parent f236349 commit d8e84c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -46,7 +46,7 @@ It helps you to navigate in your code, moving between important positions easily
> The Numbered Bookmark **0** has been reactivated in [PR #16](https://github.com/alefragnani/vscode-numbered-bookmarks/pull/16), but because of [this issue](https://github.com/Microsoft/vscode/issues/2585) it has no _keyboard shortcut_ defined. If sometime in the future these OS related limitation disappears, the shortcuts will be restored.
> MacOS users should be aware that some commands shortcuts should conflict with native shortcuts (`Cmd + Shift + 3` and `Cmd + Shift + 4`)
> MacOS users should be aware that some commands shortcuts should conflict with native shortcuts, and uses `Cmd` instead of `Ctrl` (`Cmd + Shift + 3` and `Cmd + Shift + 4`)
## Manage your bookmarks

Expand All @@ -56,8 +56,14 @@ You can easily Mark/Unmark bookmarks on any line.

![Toggle](images/numbered-bookmarks-toggle.png)

> The default shortcuts are numbered from 0 to 9: `Toggle Bookmark #` (`Ctrl + Shift + #`)
### Navigation

### Jump to Bookmark '#number'

> The default shortcuts are numbered from 0 to 9: `Jump to Bookmark #` (`Ctrl + #`)
### List

List all bookmarks from the current file and easily navigate to any one. It shows you the line contents and temporarily scroll to that line.
Expand Down

0 comments on commit d8e84c6

Please sign in to comment.