From c4e8b55b4297acae2b03d4059ddb2f3b33074c24 Mon Sep 17 00:00:00 2001 From: mattia Date: Thu, 15 Aug 2024 17:08:04 +0200 Subject: [PATCH] Add browser-like bindings for panes and tabs Way easier to remember. --- config.kdl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.kdl b/config.kdl index 6d151e3..b91e8df 100644 --- a/config.kdl +++ b/config.kdl @@ -144,6 +144,9 @@ keybinds clear-defaults=true { bind "Alt g" { SwitchToMode "Locked"; } bind "Alt q" { Quit; } bind "Alt n" { NewPane; } + bind "Alt w" { CloseFocus; } + bind "Ctrl t" { NewTab; } + bind "Ctrl w" { CloseTab; } // bind "Alt i" { MoveTab "Left"; } // bind "Alt o" { MoveTab "Right"; } bind "Alt Left" { MoveFocusOrTab "Left"; }