|
I am using ghostty, with zsh, and oh-my-posh, on gnome. I noticed that when pressing I have looked through the action sets available but the only cursor related entry I could find was Overall I am wanting to setup traditional cursor movement shortcuts (similar to "Natural Text Editing" in iTerm2. Or that you would have available in non-vim, gui editors. eg: |
Replies: 1 comment 1 reply
|
This should be bound in your shell (not a Zsh guru so can't help here, but I'm certain the internet and documentation would get you there), but if you really want to do it in Ghostty, keybind = ctrl+left=esc:b
keybind = ctrl+right=esc:f
keybind = ctrl+home=esc:<
keybind = ctrl+end=esc:>These will only work if your shell uses Emacs (default) input, and not if you change it to Vi mode.
|
This should be bound in your shell (not a Zsh guru so can't help here, but I'm certain the internet and documentation would get you there), but if you really want to do it in Ghostty,
These will only work if your shell uses Emacs (default) input, and not if you change it to Vi mode.
Some shells (e.g. Fish) bind some of those by default too.
scroll_to_topandscroll_to_bottomscroll the scrollback up and down, not move the cursor.