Skip to content

Instantly share code, notes, and snippets.

@batako
Created September 26, 2020 09:01
Show Gist options
  • Save batako/7fcc9089b97cebb23330edc305548d4b to your computer and use it in GitHub Desktop.
Save batako/7fcc9089b97cebb23330edc305548d4b to your computer and use it in GitHub Desktop.
{
~省略~
"keybindings":
[
~省略~
以下を追加
{ "command": "closeTab", "keys": "ctrl+shift+w" },
{ "command": "newTab", "keys": "ctrl+t" },
{ "command": { "action": "splitPane", "split": "vertical" }, "keys": "alt+\\" },
{ "command": { "action": "splitPane", "split": "horizontal" }, "keys": "alt+shift+\\" },
{ "command": "closePane", "keys": "ctrl+w" }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment