zoukankan      html  css  js  c++  java
  • mac快捷键

    公司统一要求用mac办公,总结下常用的程序的快捷键

    MacOS

    删除文件:command + Delete

    截图:command + shift + 4

    退出最大化: control + command + f

    修改文件名 : enter(选中然后回车)

    切换输入法:control + command

    iterm2

    光标跳到行首:control + A

    光标跳到行尾:control + E

    新开tab:command + T

    在同一个tab中开启窗口(需要同时操作多个服务器时)command + d

    在command + d状态下,切换窗口:
    command + [ 切到左边的iterm窗口
    command + ] 切到右边的iterm窗口

    同时操作多个窗口:command + option + i

    sublime

    一次修改多行 option + 鼠标左键下拉,如下图:

     command + d 打开一个平行的窗口 
     command + option + i 在多开窗口下,多窗口同时输入相同命令

    ideal java代码编辑器

    option + enter 意向代码补全
    command + , 打开preference

    ⌘⇧F12 切换最大编辑框

    control + shift + r run当前的main方法

    command + ,打开preference设置

    command + shift + f   查找代码路径 find in path

    command + [ 返回上一个编辑的位置

    control + option +T. 代码包围,surround with

    command + R 替换

    chrome 

    option + command + i 打开开发者工具

    command + option(键盘是alt) + 方向 左右  切换tab

    command + r 刷新页面

    command + 左右 前进或后退页面

  • 相关阅读:
    对象结构型
    对象结构型
    对象行为型模式
    定时任务(二)
    定时任务(一)
    kill端口-更新sql-添加字段
    获取ip和端口号
    List集合中的末位元素置首位
    首页报表数据展示(一)
    具体的类中包括枚举类写法
  • 原文地址:https://www.cnblogs.com/drjava/p/10481758.html
Copyright © 2011-2022 走看看