From 03bd59b9abebca31a62411577fb91e792e258ef3 Mon Sep 17 00:00:00 2001 From: NatePW Date: Thu, 14 Dec 2023 16:12:26 -0700 Subject: [PATCH] Update shortcuts in dendron.guides.tips.md Add Windows equivalent shortcuts for shown Mac commands Capitalize Mac and Windows in modified sections --- vault/dendron.guides.tips.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vault/dendron.guides.tips.md b/vault/dendron.guides.tips.md index 4886b1c9e..6a6986280 100644 --- a/vault/dendron.guides.tips.md +++ b/vault/dendron.guides.tips.md @@ -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) @@ -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.