Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.1 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.1 KB

User Keybindings

Table of Content

Description

Windows

Ubuntu 24.04

Location

Note: Replace <YourUsername> | $USER with your user name.

Windows:

C:\Users\<YourUsername>\AppData\Roaming\Code\User\keybindings.json

Ubuntu:

/home/$USER/.config/Code/User/keybindings.json

Optional

  {
    "key": "ctrl+shift+left",
    "command": "workbench.action.terminal.resizePaneLeft"
  },
  {
    "key": "ctrl+shift+right",
    "command": "workbench.action.terminal.resizePaneRight"
  },
  {
    "key": "ctrl+d",
    "command": "editor.action.deleteLines",
    "when": "textInputFocus && !editorReadonly"
  }

Author

Tafara Nyamhunga - Github / Twitter