Skip to content

Commit

Permalink
fix: keybind
Browse files Browse the repository at this point in the history
  • Loading branch information
fbosch committed Jun 19, 2024
1 parent 3647af5 commit b3a41a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,12 @@ config.keys = {
-- TODO: find better keys for splitting panes
{
key = "v",
mods = "CMD, CTRL|SHIFT",
mods = "CMD",
action = wezterm.action.SplitHorizontal({ domain = "CurrentPaneDomain" }),
},
{
key = "s",
mods = "CMD, CTRL|SHIFT",
mods = "CMD",
action = wezterm.action.SplitVertical({ domain = "CurrentPaneDomain" }),
},
{
Expand Down

0 comments on commit b3a41a9

Please sign in to comment.