feat(wezterm): Modular configs, tab bar and more shortcuts

This commit is contained in:
js0ny 2025-02-09 04:59:18 +00:00
parent bba2c8813f
commit 382064dc29
8 changed files with 587 additions and 268 deletions

7
tools/wezterm/misc.lua Normal file
View file

@ -0,0 +1,7 @@
return function(config)
-- Environment
config.set_environment_variables = {
TERM = "xterm-256color",
TERM_PROGRAM = "wezterm",
}
end