`ctrl + shift + up:` 行移動
`shift + alt + up:` 塊移動(if(){},while(){}語句塊的移動)
`ctrl +d` 復制行
option + ->? ? ? ? 以單詞為單位移動光標
option + <-? ? ? ? 以單詞為單位移動光標
command + ->? ? ? ? 光標移到行尾
command + <-? ? ? ? 光標移到行頭
command + \[? ?? ?? ?移動光標到代碼塊前
command + \]? ?? ?? ?移動光標到代碼塊尾