start new:
tmux
start new with session name:
tmux new -s myname
| local wezterm = require 'wezterm' | |
| local act = wezterm.action | |
| local config = {} | |
| if wezterm.config_builder then | |
| config = wezterm.config_builder() | |
| end | |
| config.color_scheme = 'Catppuccin Mocha' | |
| config.colors = { |