Skip to content

boltlessengineer/sjb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

sjb

싸지방 개발 환경 구축용

keybindings.json

[
    {
        "key": "ctrl+j",
        "command": "-workbench.action.togglePanel"
    },
    {
        "key": "ctrl+p",
        "command": "-workbench.action.quickOpen"
    },
    {
        "key": "ctrl+p",
        "command": "-workbench.action.quickOpenNavigateNextInFilePicker"
    },
    {
        "key": "ctrl+v",
        "command": "-workbench.action.terminal.paste"
    },
    {
        "key": "ctrl+alt+v",
        "command": "workbench.action.terminal.paste"
    },
    {
        "key": "ctrl+v",
        "command": "-workbench.action.terminal.sendSequence"
    },
    {
        "key": "ctrl+n",
        "command": "-workbench.action.files.newUntitledFile"
    }
]

settings.json

{
    "window.menuBarVisibility": "toggle",
    "window.commandCenter": false,
    "workbench.statusBar.visible": false,
    "workbench.layoutControl.type": "menu",
    "workbench.layoutControl.enabled": false,
    "workbench.activityBar.visible": false,
    "terminal.integrated.allowChords": false
}

hhkb.ahk

Capslock::Ctrl

About

싸지방 개발 환경 구축용

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published