Skip to content

Update shortcuts in dendron.guides.tips.md #702

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions vault/dendron.guides.tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It is possible to [peek](https://code.visualstudio.com/docs/editor/editingevolve

### Moving Lines

When working with lines, you can move entire lines at a time using `option-up|down` shortcut on mac. This is really helpful for prioritizing todos among other things ✅
When working with lines, you can move entire lines at a time using the shortcut `option-up|down` on Mac or `alt-up|down` on Windows. This is really helpful for prioritizing todos among other things ✅

![](https://foundation-prod-assetspublic53c57cce-8cpvgjldwysl.s3-us-west-2.amazonaws.com/assets/images/tips-move-lines.gif)

Expand Down Expand Up @@ -211,7 +211,8 @@ You can move VS Code tabs using the following builtin commands:
- `View: Move Editor Into Previous Group`

They are mapped on to the following keyboard shortcuts:
- mac: `cmd+ctrl+left|right`
- Mac: `cmd+ctrl+left|right`
- Windows: `ctrl+alt+left|right`

This is helpful for looking at your notes side by side.

Expand Down