Created
September 26, 2020 09:01
-
-
Save batako/7fcc9089b97cebb23330edc305548d4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
~省略~ | |
"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