Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 596 Bytes

README.md

File metadata and controls

29 lines (28 loc) · 596 Bytes

devcontainer-features

Features for Devcontainer

[ 
    {
        "command": "workbench.action.createTerminalEditor",
        "key": "Ctrl+K T",
        "args": {
            "location": 2,
            "config": {
                "name": "Terminal",
                "executable": "tmux"
            }
        }
    },
    {
        "key": "Ctrl+K V",
        "command": "workbench.action.createTerminalEditor",
        "args": {
            "location": 2,
            "config": {
                "name": "Neovim",
                "executable": "nvim"
            }
        }
    }
]