Skip to content

Commit

Permalink
Keybind for new window
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhomer committed Jan 17, 2024
1 parent 7dad2fb commit 044dd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotfiles/wezterm/.wezterm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ config.keys = {
action = action.SplitVertical,
},
{
key = "/",
key = "\\",
mods = "CMD",
action = action.SplitHorizontal,
},
{
key = "t",
mods = "CMD",
action = action.SpawnTab "CurrentPaneDomain",
action = action.SpawnTab("CurrentPaneDomain"),
},
{
key = "LeftArrow",
Expand Down

0 comments on commit 044dd4c

Please sign in to comment.