Skip to content

Commit 2c8b68b

Browse files
committed
update wezterm split size
1 parent 90a7140 commit 2c8b68b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

configs/wezterm/wezterm.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ config.keys = {
7070
mods = 'CTRL',
7171
action = wezterm.action.SplitPane {
7272
direction = 'Down',
73-
command = { args = { 'htop' } },
74-
size = { Percent = 50 },
73+
size = { Percent = 25 },
7574
},
7675
},
7776
{

0 commit comments

Comments
 (0)