To jump between words and start/end of lines in iTerm2 follow these steps: iTerm2 -> Preferences (⌘ + ,) Open the “Keys” tab Add the following Global Shortcut Keys Move cursor one word left Keyboard Combination: ⌥ + ← Action: Send Hex Code Code: 0x1b
Ctrl + d 删除一个字符,相当于通常的Delete键(命令行若无所有字符,则相当于exit:处理多行标准输入时也表示eof) Ctrl + h 退格删除一个字符,相当于通常的Backspace键 Ctrl + u 删除光标之前到行首的字符 Ctrl + k 删除光标之前到行尾的字符 Ctrl + c 取消当前行输入的命令,相当于Ctrl + Break Ctrl + a 光标移动到行首(Ahea
Ctrl a e 行首,行尾(ahead,end)Esc f b 单词首,单词尾Ctrl f b 移动光标(forward,backwards) Ctrl u k 剪切光标前所有,剪切光标后所有Ctrl y 粘贴剪切板上的内容Ctrl w 删除光标前面一个单词,以空格为界Ctrl h d 向行首/行尾删除单个字符Ctrl t 交换光标前2个字符的位置Esc d 删除光标所在到界线处 Ctrl p/n 上一个/下一个使用的历史命令. (p:previous n:next ) Esc c u l 首