mirror of
https://github.com/bartvdbraak/dotfiles.git
synced 2025-04-27 06:31:20 +00:00
Fix CTRL+d
This commit is contained in:
parent
4eeef86ac9
commit
edf5802820
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ return {
|
|||
-- CTRL+W to close the current tab
|
||||
{key="w", mods="CTRL", action=wezterm.action{CloseCurrentTab={confirm=true}}},
|
||||
|
||||
-- CTRL+D to split pane horizontally
|
||||
{key="d", mods="CTRL", action=wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}},
|
||||
-- CTRL+ALT+D to split pane horizontally
|
||||
{key="d", mods="CTRL|ALT", action=wezterm.action{SplitHorizontal={domain="CurrentPaneDomain"}}},
|
||||
|
||||
-- CTRL+SHIFT+D to split pane vertically
|
||||
{key="d", mods="CTRL|SHIFT", action=wezterm.action{SplitVertical={domain="CurrentPaneDomain"}}},
|
||||
|
|
Loading…
Reference in a new issue