1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-01 00:35:46 +03:00
wezterm/docs/config
Wez Furlong b3987bec12 ssh: allow setting default_prog for SshDomain when multiplexing=None
```
return {
  ssh_domains = {
    {
      name = "woot",
      remote_address = "192.168.1.8",
      multiplexing = "None",
      default_prog = {"fish"},
    }
  },

  default_domain = "woot",
}
```

refs: https://github.com/wez/wezterm/issues/1456
2022-01-09 20:09:53 -07:00
..
lua ssh: allow setting default_prog for SshDomain when multiplexing=None 2022-01-09 20:09:53 -07:00
appearance.md rename dead_key_is_active -> composition_status, dead_key_cursor -> compose_cursor 2022-01-09 08:39:21 -07:00
files.md docs: clarify that all config dirs apply on all operating systems 2021-04-02 21:01:13 -07:00
font-shaping.md docs: update for 20220101-133340-7edc5b5a release 2022-01-01 13:36:37 -07:00
fonts.md docs: document wezterm ls-fonts 2022-01-09 11:40:37 -07:00
keys.md docs: fixup Nop example 2021-10-03 09:18:41 -07:00
launch.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
mouse.md allow left-button-release to copy to selection when shift is held 2021-12-23 12:33:51 -07:00