vscode vim setting

Dongsung Kim·2022년 11월 17일
0

Remap

jk --> Esc
ctrl+shift+p Open user preference (JSON)

    "vim.insertModeKeyBindings": [
        {
            "before": ["j", "j"],
            "after": ["<Esc>"]
        }
    ]
profile
Pick one

0개의 댓글