網站首頁 編程語言 正文
功能 | 快捷鍵 |
---|---|
新建窗口 | Windows : Ctrl + Shift + N macOS : Command + Shift + N |
新建文件(標簽) | Windows : Ctrl + N macOS : Command + N |
打開文件 | Windows : Ctrl + O macOS : Command + O |
打開文件夾 | Windows : Ctrl + Shift + O macOS : Command + Shift + O |
關閉當前文件(標簽) | Windows : Ctrl + W macOS : Command + W |
切換文件(標簽) | Ctrl + Tab |
保存文件 | Windows : Ctrl + S macOS : Command + S |
另存為 | Windows : Ctrl + Shift + S macOS : Command + Shift + S |
選中一行 | Windows : Ctrl + L macOS : Command + L |
選中光標位置至行首 | Shift + Home Windows : Ctrl + Shift + ← macOS : Command + Shift + ← |
選中光標位置至行尾 | Shift + End Windows : Ctrl + Shift + → macOS : Command + Shift + → |
選中光標位置至文檔首行 | Windows : Ctrl + Shift + ↑(HOME) macOS : Command + Shift + ↑(HOME) |
選中光標位置至文檔尾行 | Windows : Ctrl + Shift + ↓(END) macOS : Command + Shift + ↓(END) |
匹配選定下一個 | Windows : Ctrl + D macOS : Command + D |
匹配選定所有(選中后統一修改很方便) | Windows : Alt + F3 macOS : Command + Control + G |
復制一行 | Windows : Ctrl + Shift + D macOS : Command + Shift + D |
刪除一行 | Ctrl + Shift + K |
光標之下增加一行 | Windows : Ctrl + Enter macOS : Command + Enter |
光標之上增加一行 | Windows : Ctrl + Shift + Enter macOS : Command + Shift + Enter |
增加縮進 | Windows : Ctrl + [ macOS : Command + [ |
減少縮進 | Windows : Ctrl + ] macOS : Command + ] |
行(選中行)向上移動 | Windows : Ctrl + ↑ macOS : Command + Control + ↑ |
行(選中行)向下移動 | Windows : Ctrl + ↓ macOS : Command + Control + ↓ |
預覽 Markdown | Ctrl + Shift + M |
全局搜索面板(不記得快捷鍵時使用) | Windows : Ctrl + Shift + P macOS : Command + Shift + P |
原文鏈接:https://blog.csdn.net/tianjf0514/article/details/79506630
- 上一篇:conda 常用命令
- 下一篇:python版jpeg合成pdf兩種方法
相關推薦
- 2022-11-13 Python?argparse模塊實現解析命令行參數方法詳解_python
- 2023-06-04 Pandas中MultiIndex選擇并提取任何行和列_python
- 2022-04-17 python中無法導入本地安裝好的第三方庫問題_python
- 2022-05-28 C語言?超詳細順序表的模擬實現實例建議收藏_C 語言
- 2022-05-12 Android 記錄build打包的時間并顯示到手機上面
- 2023-05-15 shell參數換行與shell輸出換行的方法實例_linux shell
- 2023-03-22 nginx搭建高可用集群的實現方法_nginx
- 2023-05-29 scipy稀疏數組coo_array的實現_python
- 最近更新
-
- window11 系統安裝 yarn
- 超詳細win安裝深度學習環境2025年最新版(
- Linux 中運行的top命令 怎么退出?
- MySQL 中decimal 的用法? 存儲小
- get 、set 、toString 方法的使
- @Resource和 @Autowired注解
- Java基礎操作-- 運算符,流程控制 Flo
- 1. Int 和Integer 的區別,Jav
- spring @retryable不生效的一種
- Spring Security之認證信息的處理
- Spring Security之認證過濾器
- Spring Security概述快速入門
- Spring Security之配置體系
- 【SpringBoot】SpringCache
- Spring Security之基于方法配置權
- redisson分布式鎖中waittime的設
- maven:解決release錯誤:Artif
- restTemplate使用總結
- Spring Security之安全異常處理
- MybatisPlus優雅實現加密?
- Spring ioc容器與Bean的生命周期。
- 【探索SpringCloud】服務發現-Nac
- Spring Security之基于HttpR
- Redis 底層數據結構-簡單動態字符串(SD
- arthas操作spring被代理目標對象命令
- Spring中的單例模式應用詳解
- 聊聊消息隊列,發送消息的4種方式
- bootspring第三方資源配置管理
- GIT同步修改后的遠程分支