Skip to content

Commit

Permalink
add shortcuts for diagnostic panel and navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
joswig authored Jan 29, 2025
1 parent 58c2c62 commit fbad142
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sequencing/editor.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,5 @@ When the cursor is within the sequence editor the following keyboard commands ar
| Ctrl-/ | Cmd-/ | toggleComment | Comment or uncomment the current selection. Will use line comments if available, otherwise falling back to block comments. |
| Ctrl-S | Cmd-S | saveDocument | Save current editor contents |
| Ctrl-Space | Cmd-Space | suggestCompletions | Show autocomplete options |
| Ctrl-Shift-m | Cmd-Shift-m | openLintPanel | Show panel at bottor of editor with errors and warnings |
| F8 | F8 | nextDiagnostic | Select / Scroll to next error or warning |

0 comments on commit fbad142

Please sign in to comment.