| Action | Keys | Send Escape Sequence |
|---|---|---|
| Move left between words | ⌥+← | b |
| Move right between words | ⌥+→ | f |
| Start of the line | ⌘+← | [H |
| End of the line | ⌘+→ | [F |
| Delete previous word | ⌥+delete | 0x17 |
| Delete one word to right of the cursor | fn+⌥+delete | 0x01b 0x64 |
| Delete entire line | ⌘+delete | 0x15 |
| Delete all characters right of the cursor | fn+⌘+delete | 0x0b |
Don't forget the amazing icons ⌘ = command and ⌥ = options/alt (why oh why?).
Oh-my-zsh have made some changes to use ZLE which you can see talked about issue and commit so there are different bindings for that.
| Action | Keys | Send Escape Sequence |
|---|---|---|
| Start of the line | ⌘+← | OH |
| End of the line | ⌘+→ | OF |