Skip to content

Instantly share code, notes, and snippets.

@sahara-ooga
Last active April 8, 2020 12:47
Show Gist options
  • Save sahara-ooga/6168ef74db6528dfa6d7a6a05cb759f8 to your computer and use it in GitHub Desktop.
Save sahara-ooga/6168ef74db6528dfa6d7a6a05cb759f8 to your computer and use it in GitHub Desktop.
Visual Studio Code Keyboard Shortcut

Editor/Window Management

goal keyboard shortcut
Move Editor into Next Group ⌃ ⌘ →
Move Editor into Previous Group ⌃ ⌘ ←

selection

goal keyboard shortcut
select a line ⌘ i
select the same words which the cursor places in shift ⌘ l

Integrated Terminal

goal keyboard shortcut
Create Terminal Tab in the folder which has file you are editting ⌘ shift p, terminal-here

Cursor

Goal keyboard shortcut
move cursor up ctrl + p
move cursor right ctrl + f
move cursor left ctrl + b
move cursor down ctrl + n
move cursor tail ctrl + e
move cursor head ctrl + a

Extension

Rest Client

REST Client - Visual Studio Marketplace

VS Code上でHTTPリクエストを送信し、VS Code上でレスポンスを確認できる「REST Client」拡張の紹介 - Qiita

runner

Jupiter Notebook

run a single cell controll enter

Working with Jupyter Notebooks in Visual Studio Code

Reference

Visual Studio Code Key Bindings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment