You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
localwezterm=require("wezterm")
localconfig= {}
ifwezterm.config_builderthenconfig=wezterm.config_builder()
end-- If you have your own leader key, make sure to set it before loading this-- plugin.config.leader= { key="b", mods="CTRL" }
-- Add these lines:require("wez-tmux.plugin").apply_to_config(config, {})
returnconfig
If you don't set the leader key or explicitly set it to ctrl+b, it will
conflict with ctrl+b (Move up one screen) in Copy Mode.
Please set the leader key to something other than ctrl+b.