Created
May 6, 2020 03:04
-
-
Save byrontuckett/4b3210cec6376a91a065c33a63cca994 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+w"] | |
| }, | |
| { | |
| "command": "newTab", | |
| "keys": ["ctrl+t"] | |
| }, | |
| { | |
| "command": { | |
| "action": "splitPane", | |
| "split": "auto" | |
| }, | |
| "keys": ["ctrl+|"] | |
| }, | |
| { | |
| "keys": ["ctrl+shift+d"], | |
| "command": { | |
| "action": "splitPane", | |
| "split": "auto", | |
| "splitMode": "duplicate" | |
| } | |
| }] |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Key binding settings for some duplicate screen goodness