iTerm settings - sgpopov/dotfiles GitHub Wiki

Configure key bindings

Preferences > Profiles > Keys > Key Mappings

Key bindings

  • move forward one word (option ⌥ + right →)
send escape sequence
f
  • move back one word (option ⌥ + left ←)
send escape sequence
b
  • move forward to the end of the line (cmd ⌘ + right →)
send hex code
0x05
  • move back to the beginning of the line (cmd ⌘ + left ←)
send hex code
0x01