yihong0618/gitblog

工具小技巧

yihong0618 opened this issue · 3 comments

vscode

代码块折叠

mac下,command + k + 0,折叠所有代码块。command + k + j,展开所有代码块。
windows下,ctrl + k + 0,折叠所有代码块。ctrl + k + j,展开所有代码块。

每一行都添加

Press CTRL + A to select all of the text
Press SHIFT + ALT + I to insert multiple cursors at the end of each line
Press Home twice to jump to the start of every line

shift + insert 把剪贴板的复制到vim

vscode 各种快捷键
husky-dot/xiaozhi#183