Allow binding a shortcut to a custom Hexcode that is passed to the terminal to allow editors to accept keyboard shortcuts that match my preferences. Example, Cmd+Left/Right can be bound to a code in my editor.
### Pre-submit Checks - [x] I have [searched Warp feature requests](https://github.com/warpdotdev/warp/issues?q=is%3Aissue+label%3AFEATURE) and there are no duplicates - [x] I have [searched Warp docs](https://docs.warp.dev) and my feature is not there ### Describe the solution you'd like? Allow binding a shortcut to a custom Hexcode that is passed to the terminal to allow editors to accept keyboard shortcuts that match my preferences. Example, Cmd+Left/Right can be bound to a code in my editor, micro. Allow this binding to go through regardless of terminal mode. This solves a pain specific to application mode, such as when using the micro editor. ### Is your feature request related to a problem? Please describe. I'm using the micro editor, because I do not like modal editors such as Helix or Neovim. Cmd+Left/Right is bound to End/EndofLine/LineEnd in the warp shortcuts. But this does not work in application mode when the micro text editor is open. Testing the commands inside