Skip to content

Commit

Permalink
Merge pull request #35 from shauryak/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
nwinkler committed Aug 7, 2020
2 parents 82a7f6b + 0b5760f commit 09cf683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Some general keyboard shortcuts that I use frequently.
| Select All The Same Words At Once | <kbd>cmd</kbd><kbd>ctrl</kbd><kbd>g</kbd> | <kbd>alt</kbd><kbd>f3</kbd> | <kbd>alt</kbd><kbd>f3</kbd> | This shortcut is similar to <kbd>cmd</kbd><kbd>d</kbd>/<kbd>ctrl</kbd><kbd>d</kbd> but it selects all the matching words at once. |
| Show Symbols Palette | <kbd>cmd</kbd><kbd>r</kbd> | <kbd>ctrl</kbd><kbd>r</kbd> | <kbd>ctrl</kbd><kbd>r</kbd> | This shortcuts opens a palette that lists all the symbols (or functions) in your current file allowing you to fuzzy search and jump lines. |
| Show auto-completions | <kbd>ctrl</kbd><kbd>space</kbd> | <kbd>ctrl</kbd><kbd>space</kbd> | <kbd>ctrl</kbd><kbd>space</kbd> | Show available auto-completions |
| Fold/Unfold sections of code | <kbd>option</kbd><kbd>cmd</kbd><kbd>[</kbd> <b>and</b> <kbd>option</kbd><kbd>cmd</kbd><kbd>]</kbd> | <kbd>ctrl</kbd><kbd>shift</kbd><kbd>[</kbd> <b>and</b> <kbd>ctrl</kbd><kbd>shift</kbd><kbd>]</kbd> | <kbd>ctrl</kbd><kbd>shift</kbd><kbd>[</kbd> <b>and</b> <kbd>ctrl</kbd><kbd>shift</kbd><kbd>]</kbd> | Fold and Unfold sections of code
| Fold/Unfold sections of code | <kbd>option</kbd><kbd>cmd</kbd><kbd>[</kbd> <b>and</b> <kbd>option</kbd><kbd>cmd</kbd><kbd>]</kbd> | <kbd>ctrl</kbd><kbd>alt</kbd><kbd>[</kbd> <b>and</b> <kbd>ctrl</kbd><kbd>alt</kbd><kbd>]</kbd> | <kbd>ctrl</kbd><kbd>alt</kbd><kbd>[</kbd> <b>and</b> <kbd>ctrl</kbd><kbd>alt</kbd><kbd>]</kbd> | Fold and Unfold sections of code
| Fold/Unfold at a specific indentation level | <kbd>cmd</kbd><kbd>k</kbd> <b>then</b> <kbd>cmd</kbd>(<kbd>0</kbd>-<kbd>9</kbd>)</kbd> | <kbd>ctrl</kbd><kbd>k</kbd> <b>then</b> <kbd>ctrl</kbd>(<kbd>0</kbd>-<kbd>9</kbd>)</kbd> | <kbd>ctrl</kbd><kbd>k</kbd> <b>then</b> <kbd>ctrl</kbd>(<kbd>0</kbd>-<kbd>9</kbd>)</kbd> | Fold/Unfold at a specific indentation level where the number is the indentation depth

## Various Packages
Expand Down

0 comments on commit 09cf683

Please sign in to comment.