Skip to content

Instantly share code, notes, and snippets.

View eduuh's full-sized avatar

Mush eduuh

  • Nairobi
  • 04:10 (UTC +03:00)
View GitHub Profile
@eduuh
eduuh / keybindings.md
Created December 22, 2020 11:40 — forked from inscapist/keybindings.md
VSCode omni-navigation with ctrl-hjkl (window navigation), ctrl-n/p (list navigation), cmd-hjkl (tab navigation)
[
  // ===================================================
  // window navigation
  {
    "key": "ctrl+h",
    "command": "workbench.action.navigateLeft"
  },
  {
    "key": "ctrl+l",