updates wezterm config
This commit is contained in:
parent
7e48b724e5
commit
bd0612511d
3 changed files with 10 additions and 6 deletions
|
|
@ -52,4 +52,10 @@ function M.move_pane(key, direction)
|
|||
}
|
||||
end
|
||||
|
||||
function M.get_zoom_state(active_pane)
|
||||
local zoom_state = active_pane:is_zoomed() and "[Z] " or ""
|
||||
|
||||
return zoom_state
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue