From d8e84c6097972af680fe25340155ddfed2a9503d Mon Sep 17 00:00:00 2001 From: Alessandro Fragnani Date: Mon, 25 Mar 2019 23:34:24 -0300 Subject: [PATCH] Closes #52 --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2540778..55a4c92 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.