Add a WezTerm user mode for setting the `terminal` alias?
alexherbo2 opened this issue · 4 comments
I’m not sure if it is a good idea, but can be convenient, as new
and the windowing commands rely on terminal
.
wezterm:
v: vertical
h: horizontal
w: window
t: tab
p: popup
AFAIK, @vbauerster was interested in this feature for tmux.
That's certainly an interesting idea. I implemented it in the user-mode
branch, so please check it out and tell me what you think.
I prefer to not pass by an option, but directly setting the alias command. Rationale: Changing the terminal command to Alacritty, WezTerm, tmux, etc. explicitly and easily via their user mode.
I changed the user mode commands so that the terminal alias
is now directly set. The option is now only used for setting a preferred initial value.
@alexherbo2 Do you have any further thoughts on the user-mode branch before I merge it?