This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [mac os下vscode快捷键](https://www.cnblogs.com/informatics/p/8315339.html) | |
| 全局 | |
| Command + Shift + P / F1 显示命令面板 | |
| Command + P 快速打开 | |
| Command + Shift + N 打开新窗口 | |
| Command + W 关闭窗口 | |
| 基本 | |
| Command + X 剪切(未选中文本的情况下,剪切光标所在行) | |
| Command + C 复制(未选中文本的情况下,复制光标所在行) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| # | |
| # Dumb script to dump (some) of bcache status | |
| # Copyright 2013 Darrick J. Wong. All rights reserved. | |
| # | |
| # This file is part of Bcache. Bcache is free software: you can | |
| # redistribute it and/or modify it under the terms of the GNU General Public | |
| # License as published by the Free Software Foundation, version 2. | |
| # | |
| # This program is distributed in the hope that it will be useful, but WITHOUT |