mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-23 15:05:37 +00:00
wezterm: autoconnect to unix domain
This commit is contained in:
parent
ce298b9600
commit
100eedc8cd
@ -152,6 +152,12 @@
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- This causes `wezterm` to act as though it was started as
|
||||||
|
-- `wezterm connect unix` by default, connecting to the unix
|
||||||
|
-- domain on startup.
|
||||||
|
-- If you prefer to connect manually, leave out this line.
|
||||||
|
config.default_gui_startup_args = { 'connect', 'unix' }
|
||||||
|
|
||||||
config.leader = {
|
config.leader = {
|
||||||
key = 'a',
|
key = 'a',
|
||||||
mods = 'CTRL',
|
mods = 'CTRL',
|
||||||
|
Loading…
Reference in New Issue
Block a user