Skip to content

Commit

Permalink
Merge pull request #29598 from lindsayad/more-vs-code
Browse files Browse the repository at this point in the history
More VSCode hotkeys
  • Loading branch information
dschwen authored Dec 21, 2024
2 parents a7c2539 + e3e18cc commit 5b1df2e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/doc/content/help/development/VSCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ Note that letters shown upper case in commands do not mean literal upper case. Y
- +`Ctrl+Y`+ Redo last undone action (not yank like in emacs)
- +`Ctrl+F`+ Move cursor to next character
- +`Ctrl+B`+ Move cursor to previous character
- +`Cmd+B`+ Toggle left sidebar visibility
- +`Cmd+Left/Right Arrow`+ Move cursor to beginning/end of line
- +`Option+Left/Right Arrow`+ Move cursor over one word to left/right
- +`Cmd+K Cmd+M`+ Maximize/Unmaximize current editor group
- +`Cmd+Up/Down Arrow`+ Go to beginning/end of file
- +`Fn+Up/Down Arrow`+ Page Up/Down in file
- +`Cmd+Shift+\`+ Go to matching brace
- +`Ctrl+-`+ Go to previous cursor location (useful after doing things like +`Cmd+Click`+)
- +`Cmd+L`+ Select current line
- +`Cmd+D`+ Select current word. Repeated invocations will also select next matches of that word.
This is useful if wanting to edit multiple occurrences of the word without going through the
Find/Replace focus.

### Focuses

Expand Down

0 comments on commit 5b1df2e

Please sign in to comment.