feat: wezTerm session_manager
This commit is contained in:
@ -54,8 +54,12 @@ return {
|
||||
mods = "LEADER",
|
||||
action = act.SplitHorizontal({ domain = "CurrentPaneDomain" }),
|
||||
},
|
||||
},
|
||||
|
||||
-- session manager
|
||||
{ key = "s", mods = "LEADER", action = act({ EmitEvent = "save_session" }) },
|
||||
{ key = "l", mods = "LEADER", action = act({ EmitEvent = "load_session" }) },
|
||||
{ key = "r", mods = "LEADER", action = act({ EmitEvent = "restore_session" }) },
|
||||
},
|
||||
key_tables = {
|
||||
resize_pane = {
|
||||
{ key = "LeftArrow", action = act.AdjustPaneSize({ "Left", 5 }) },
|
||||
|
Reference in New Issue
Block a user