工具小技巧
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 代理 https://my.oschina.net/xinxingegeya/blog/1931460
vscode 各种快捷键 https://github.com/qq449245884/xiaozhi/issues/183