Skip to content

Instantly share code, notes, and snippets.

@buty4649
Created July 7, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buty4649/f8302db56e12d594c226956a1edb2b9a to your computer and use it in GitHub Desktop.
Save buty4649/f8302db56e12d594c226956a1edb2b9a to your computer and use it in GitHub Desktop.
VSCodeVimで <details>〜</details>で括るやつ
"vim.visualModeKeyBindings": [
{
"before": ["<C-d>"],
"after": ["d", "o",
"<","d","e","t","a","i","l","s",">","<CR>",
"<","s","u","m","m","a","r","y",">","<","/","s","u","m","m","a","r","y",">","<CR>","<CR>",
"<","/","d","e","t","a","i","l","s",">","<","b","r",">","<ESC>","k","p","k","k","9","l"
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment