Replies: 1 comment
-
|
For now I created a karabiner elements binding to solve the issue for me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My workflow is currently still depending on tmux (until ghostty has a way to list tabs and windows for scripting)
In tmux I rebound
Ctrl+-(minus key) to create a vertical splitNow, the
C-notation is based on ASCII control codes, and technically maps to Ctrl+Shift+- but in Alacritty I can just send Ctrl+- and it gets interpreted as I want it. As does `'C-' binding.But in Ghostty only the
'C-\' binding works but not theC-_` binding without also pressing shift.I hope that makes any sense. I find it hard to describe.
Beta Was this translation helpful? Give feedback.
All reactions