目录

工欲善其事

实践出真知

活跃标签: linux java mysql 待分类 js windows win10 springboot pdf 电路 docker idea esp32 vue macOS nginx Arduino git maven 硬件资料

存档:

标签: 程序配置 (5)

Xshell

设置鼠标左键选中即复制,右键粘贴。 选择【工具】-【选项】-【键盘和鼠标】,[ 向右按钮 ] 改为 [ 粘贴剪贴板内容 ],下面勾选将选定的文本自动复制的剪贴板即可。

PotPlayer

下载地址:PotPlayer下载 - PotPlayer中文网 (potplayercn.com) PotPlayer64.reg

PowerShell

配置 { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": { "action": "copy", "singleLine": false }, "keys": "ctrl+c" }, { "command": "paste", "keys": "ctrl+v" }, { "command": "find", "keys": "ctrl+shift+f" }, { "command": { "action": "splitPane", "split": "auto", "splitMode": "duplicate" }, "keys": "alt+shift+d" }, { "command": { "action": "closeTab" }, "keys": "f4" }, { "command": { "action": "clearBuffer", "clear": "....

sublime text3 有更新!

快捷键 win 配置 { "font_size": 15, // Display file encoding in the status bar "show_encoding": true, // Display line endings in the status bar "show_line_endings": true, "word_wrap": false, "ignored_packages": [ "Vintage", ], "index_files": true, } 快捷键 [ { "keys": ["f4"], "command": "close_file" }, { "keys": ["alt+d"], "command": "find_under_expand" }, { "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} }, { "keys": ["alt+shift+up"]....

[ IntelliJ IDEA ] 快捷键的中文注释 有更新!

最新配置导出:20240808160159.zip