Skip to content
| Marketplace
Sign in
Visual Studio Code>Keymaps>Which-key TMUXNew to Visual Studio Code? Get it now.
Which-key TMUX

Which-key TMUX

Preview

wtf403

|
76 installs
| (0) | Free
Fork of vscode-which-key extension with Tmux keybindings
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode which-key TMUX

Check original README of vscode-which-key first

Adds TMUX-like keybindings (your need to create "whichkeytmux.bindings": and whichkeytmux.transient in settings.json)

You can add quick open delay with apc extension:

"apc.stylesheet": {
    ".quick-input-widget.show-file-icons": "transition:  opacity steps(1) .4s, display 0s allow-discrete; @starting-style {opacity: 0;}}"
},

It's also better to disable tabs in editor groups, close your explorer view, and just use ⌘+P or Harpoon-like extension for tab management:

"workbench.editor.showTabs": "single",
"workbench.editor.limit.enabled": true,
"workbench.editor.limit.perEditorGroup": true,
"workbench.editor.limit.value": 1,

You can check my configs here (WIP): https://github.com/wtf403/.dotfiles/tree/main/vscode

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft