1.#_5 macbook pro入门(M1)

相关链接

  • 目录

前言


  windows换mac目前已经大概一个多月,最直观的感受就是idea起项目原来要一分多钟,现在就大概十秒。不过也死机过两三次,不知道是不是m1芯片还不稳定。总体来说续航和流畅度感觉还不错,就是许多软件不支持,还有包括switch pro手柄在steam上也用不了 (windows系统可以)。
  刚开始用mac比较难受的就是command键位置,用一阵子后再换回windows,ctrl位置反而感觉不习惯。
  想提升开发效率,还是要先熟悉快捷键,这里记录一下常用快捷键,macpro配置贴在下面了。

1.#_5 macbook pro入门(M1)_第1张图片


一、mac系统快捷键


1.系统预设

Buttons
按键
Function
功能
Note
备注
左control(^) + 左command(⌘) + space emoji表情 1.#_5 macbook pro入门(M1)_第2张图片
左command(⌘) + w 关闭当前窗口 windows = alt + f4
左command(⌘) + q 退出当前应用
左command(⌘) + h 隐藏当前窗口 windows 退回桌面 = win + d
左command(⌘) + space 聚焦搜索 这个是最常用的功能,快速启动应用
在这里插入图片描述
左command(⌘) + a 全选 windows + ctrl + a
左command(⌘) + c 复制 windows = ctrl + c
左command(⌘) + v 粘贴 windwos = ctrl + v
左command(⌘) + x 剪切(文本) windows = ctrl + x
左command(⌘) + z 撤销 windows = ctrl + z
左command(⌘) + r 刷新页面 windows = f5
左command(⌘) + delete(⌫) 删除文件 windows = delete
左command(⌘) + option(⌥ ) + v 移动文件(相当于剪切文件) windows = ctrl + x ,ctrl + v
左command(⌘) + option(⌥ ) + d 显示/隐藏扩展坞(任务栏) 等于触控板四指收拢操作
左command(⌘) + option(⌥ ) + f 替换操作 windows = ctlr + f
左command(⌘) + option(⌥ ) + esc 任务管理器 windows = ctrl + alt + del
左command(⌘) + shift(⇪) + 3 全屏截图(保存到桌面)
左command(⌘) + shift(⇪) + 4 指定位置截图(保存到桌面)
按住option(⌥ ) 文本 - 列选择模式(mac自带文本编辑) windows = 按住ctrl
按住option(⌥ ) + shift(⇪) 、按压滚轮中间 文本 - 列选择模式(vscode)

2.自定义

1.#_5 macbook pro入门(M1)_第3张图片


2.1 调度中心


1.#_5 macbook pro入门(M1)_第4张图片


2.2 键盘


1.#_5 macbook pro入门(M1)_第5张图片


二、软件替换

windows mac Note
备注
Navicat Navicat
IDEA IDEA 一定不要下错了,否则会卡到死1.#_5 macbook pro入门(M1)_第6张图片
notepad ++ vscode 1. notepad ++ 列选择为ctrl
 vscode列选择快捷键为option(⌥ ) + shift(⇪) (或者按压滚轮中间)
2. vscode自动换行开/关切换: option(⌥ ) + z  (注意把有道词典的快捷键都干掉,否则会冲突)
3. vscode大小写转换教程
xshell ① royal TSX
② finalshell【下载地址】 推荐
② finalshell界面
1.#_5 macbook pro入门(M1)_第7张图片
WinRar fileZilla 解压软件
dos窗口 iterm iterm代替mac自带终端

三、IDEA快捷键


Buttons
按键
Function
功能
Note
备注
双击shift(⇪) 全局搜索 搜索类名,idea功能(如Settings,Plugins),同windows 1.#_5 macbook pro入门(M1)_第8张图片
左control(⌘) +
左command(⌘) + L
多个idea项目间快速切换 仅mac支持
左command(⌘) + ` 多个idea项目间快速切换 仅mac支持
shift(⇪) + enter 无视光标跳到下一行 同windwos
command(⌘) + , 打开setting windows = ctrl + alt + S
option(⌥ ) + 左command(⌘) + T 快速对选中代码try/catch、if、while等 windows = ctrl + alt + T 1.#_5 macbook pro入门(M1)_第9张图片
左command(⌘) + F 文章内查找,替换
windows = ctrl + F
左command(⌘) + shift(⇪) + F 文件中搜索
Find In File按代码内容搜索
windows = ctrl + H
左command(⌘) + shift(⇪) + 8 模式切换
【列选择模式/行选择模式】
windows按住鼠标滚轮中键
1.#_5 macbook pro入门(M1)_第10张图片
左control(^) + enter 快速修复(Quick-fixes) 所有的快速修复都是基于 Settings | Editor | Inspections 中的选项进行提示。 windows = alt + enter
左control(^) + enter 生成代码(Generating code)
快速生成get、set等
该操作不仅可以在编辑器中使用,在项目窗口和导航栏也可以使用:(用.分隔可以快速创建多级package)
windows = alt + insert
左command(⌘) + n 快速创建类
/**
*
*/
windows = alt + insert
输入 /** 并
左command(⌘) + enter
快速生成注释
/**
*
*/
windows = alt + insert

选中代码 左command(⌘) + option(⌥ ) + M
快速封装方法
windows = ctrl + shift + M1.#_5 macbook pro入门(M1)_第11张图片

四、vscode快捷键

  • code -> 首选项 -> 键盘快捷方式
    • command + shift + u 转小写
    • command + u 转大写
    • command + f 查找
    • command + option + f 替换

五、推荐app

  1. utools:搜索栏(默认插件colorpicker 可以屏幕取色)
  2. 超级右键:appsotre下载,可以解决不能新建文件的问题
  3. 右键助手:超级右键开始收费了,果断卸载,目前这个右键助手还不收费,先用着
  4. blackHole2ch:解决QuickTimePlayer自带录屏软件不能录制声音的问题,下载地址和教程自己搜吧,发了过不了审

六、wifi无限断连问题

以下问题我也遇到了,解决方案来自百度,亲测可用:

描述一下我电脑遇到的问题:
wifi一直是连接着的状态,但是不定时会突然上不了网。在控制栏关闭wifi开关,再打开后,就可以上网了。随后不定时又会再次>出现同样问题,周而复始。

解决办法:
原本怀疑是M1芯片新产品兼容性和稳定性的问题,非常想退货了。不抱希望联系了苹果的售后。对方让我打开「系统偏好设>置」-> 「网络」-> 「位置」 -> 「编辑位置」,添加新的位置,最后应用设置。
通过此番操作,使用了一周,确实再也没出现过问题。
不知道能否帮助到大家。


七、telnet指令ping端口

mac不清楚具体从哪个版本开始不能使用telnet指令ping端口了,需要手动安装->Mac如何安装telnet命令


随时回来补充


21/09/06

M

你可能感兴趣的:(#,1.#,其他,mac)