-
I use one key for leader key in tmux:
So, to to split window, I can press Something like: local wezterm = require 'wezterm';
return {
-- timeout_milliseconds defaults to 1000 and can be omitted
leader = { key="`", mods="NONE", timeout_milliseconds=1000 },
keys = {
{key="-", mods="LEADER", action=wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}},
}
}
Thanks a lot for wezterm! |
Beta Was this translation helpful? Give feedback.
Answered by
wez
Sep 29, 2021
Replies: 2 comments 5 replies
-
Yes, exactly that works! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
azzamsa
-
Is it possible to achieve the opposite — without any key (tried |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, exactly that works!