-
On MacOS Catalina, I installed wezterm for the first time today. Here's a few things that happened:
Is any of this expected, or should I file a bug? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The command line tools thing sounds like homebrew itself and not part of wezterm. WezTerm doesn't have menu items in the menubar, as the menubar is not a concept that applies to all platforms. #162 is an existing feature request for that. Regarding CMD-k, the default assignment for that key is |
Beta Was this translation helpful? Give feedback.
The command line tools thing sounds like homebrew itself and not part of wezterm.
When using homebrew, there isn't a well-supported way for a tap to install the .app to /Applications.
#501 is tracking that, but no one is working on resolving it.
WezTerm doesn't have menu items in the menubar, as the menubar is not a concept that applies to all platforms. #162 is an existing feature request for that.
Regarding CMD-k, the default assignment for that key is
ClearScrollback="ScrollbackOnly"
, which deletes the scrollback but preserves the current screen contents. You can rebind it to clear both the viewport and the scrollback if you wish: https://wezfurlong.org/wezterm/config/lua/keyassignment…