`ctrl + shift + up:` 行移动
`shift + alt + up:` 块移动(if(){},while(){}语句块的移动)
`ctrl +d` 复制行
option + -> 以单词为单位移动光标
option + <- 以单词为单位移动光标
command + -> 光标移到行尾
command + <- 光标移到行头
command + \[ 移动光标到代码块前
command + \] 移动光标到代码块尾