It is kind of a standard (on macOS) that Alt-arrows allow you to jump one word left and right, because ctrl-arrows switch workspaces.
Probably very easy to implement:
Modify this and this to handle alt instead of ctrl (on macos?). I am not sure about other OSes, but this behavior is consistent across editors (VSCode, Emacs, Vim, etc), as such, probably edit should support it too?
It is kind of a standard (on macOS) that Alt-arrows allow you to jump one word left and right, because ctrl-arrows switch workspaces.
Probably very easy to implement:
Modify this and this to handle alt instead of ctrl (on macos?). I am not sure about other OSes, but this behavior is consistent across editors (VSCode, Emacs, Vim, etc), as such, probably edit should support it too?