windows版
(1) 移动到本行开头:home键
(2) 移动到本行末尾:end键盘
(3) 注释代码:ctrl + /
(4) 复制行:ctrl +d
(5) 删除行:shift + delete
(6) 选择列:shift + alt +鼠标左键
(7) 移动行:ctrl + shift + 上下箭头
(8) 代码格式化:ctrl+alt+l
(9) 多行向右移动:选中多行后按tab
(10) 多行向左移动(缩进):选中多行后按shift+tab
mac版本
(1) 移动到本行开头:command+左箭头
(2) 移动到本行末尾:command+右箭头
(3) 注释代码:command + /
(4) 复制行:command +d
(5) 删除行:command + delete
(6) 选择列:alt +鼠标左键
(7) 移动行:option + shift + 上下箭头
(8) 代码格式化:option+command+l
(9) 多行向右移动:选中多行后按tab
(10) 多行向左移动(缩进):选中多行后按shift+tab