mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 10:52:16 +03:00
dc3f2f0572
This is accessible by right-clicking on the `+` button in the tab bar and switches to an overlay offering options to spawn tabs and attach domains. The intent is to allow the configuration file to expand this list of options, and on Windows, to auto-populate with the various combinations of `cmd`, `powershell`, `elevated` and available `wsl` instances, but for the moment the main value of this feature is the ability to attach domains that were not set to connect automatically at startup. This makes things more convenient when launching wezterm via the gui: it is awkward to have to set up shortcuts that run `wezterm connect foo`, or to type in the full path to `wezterm` when you might want to run that manually. Now you can double-click the icon and right-click the `+` and attach the domain. (cc: @rjwalsh) The launcher is a good candidate for being implemented on top of native context menus where available... but we don't have any such API plumbed through the `window` crate, so all platforms get the wonderful terminal based overlay menu right now. refs: https://github.com/wez/wezterm/issues/159 |
||
---|---|---|
.. | ||
config | ||
screenshots | ||
_config.yml | ||
book.toml | ||
changelog.markdown | ||
custom.css | ||
faq.markdown | ||
features.markdown | ||
help.markdown | ||
hyperlinks.markdown | ||
imgcat.markdown | ||
index.markdown | ||
installation.markdown | ||
multiplexing.markdown | ||
serial.markdown | ||
shell-integration.markdown | ||
ssh.markdown | ||
SUMMARY.md |