Skip to content

Instantly share code, notes, and snippets.

@w3tsa
Last active January 15, 2023 20:19
Show Gist options
  • Select an option

  • Save w3tsa/1bd3df01f7356f96feedc916fcb845c6 to your computer and use it in GitHub Desktop.

Select an option

Save w3tsa/1bd3df01f7356f96feedc916fcb845c6 to your computer and use it in GitHub Desktop.

Revisions

  1. w3tsa renamed this gist Jan 15, 2023. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. w3tsa created this gist Jan 15, 2023.
    35 changes: 35 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,35 @@
    ## VSCODE Short Cuts

    - [x] Copy: cmd/ctrl + c
    - [x] Paste: cmd/ctrl + v
    - [x] undo: cmd/ctrl + z
    - [x] redo: cmd/ctrl + shift + z
    - [x] save: cmd/ctrl + s
    - [x] save without formatting: (cmd/ctrl + k) + s
    - [x] move cursor by words: opt/alt + arrow keys
    - [x] move cursor to end or to the start: cmd/ctrl + arrow keys
    - [x] move line/multiline up/down: opt/alt + up/down arrow
    - [x] select by letterspace: shift + arrow keys
    - [x] select by words: shift + opt/alt + arrow keys
    - [x] select by line: cmd/ctrl + arrow keys
    - [x] select line: cmd/ctrl + l
    - [x] select occurrences: cmd/ctrl + d
    - [x] select all occurrences: shift + cmd/ctrl + l
    - [x] copy line/multiline: shift + opt/alt + up/down arrow
    - [x] cut line: cmd/ctrl + x
    - [x] open/close file explorer: cmd/ctrl + b
    - [x] navigate to diff file: cmd/ctrl + p
    - [x] navigate to diff tab: opt/alt + cmd/ctl + right/left arrow
    - [x] close tab: cmd/ctrl + w
    - [x] cursor to the new line: cmd/ctrl + enter/return

    ## Debugging Shortcuts
    - [x] Finding a specific element/selector/text: search func in vscode
    - [x] Go the definition of a func: cmd/ctrl + click
    - [x] Split view: cmd/ctrl + \
    - [x] Zen mode: (cmd/ctrl + k) + z
    - [x] Exit zen mode: 2 escape
    - [x] Open terminal: ctrl + `

    ## Shortcut list
    - [x] Show the key binding list: cmd/ctrl + k + s