From ad21f81ac030d8a48fdb14dd23eba9309c373c04 Mon Sep 17 00:00:00 2001 From: Cason Adams Date: Tue, 3 Jan 2023 06:47:39 -0700 Subject: add tmux close pane key (#2058) * add tmux close pane key * chore: update snapshots for new keybind Co-authored-by: Jae-Heon Ji --- example/config.kdl | 1 + example/default.kdl | 1 + 2 files changed, 2 insertions(+) (limited to 'example') diff --git a/example/config.kdl b/example/config.kdl index 9689be1ba..b54fe1724 100644 --- a/example/config.kdl +++ b/example/config.kdl @@ -126,6 +126,7 @@ keybinds { bind "k" { MoveFocus "Up"; SwitchToMode "Normal"; } bind "o" { FocusNextPane; } bind "d" { Detach; } + bind "x" { CloseFocus; SwitchToMode "Normal"; } } shared_except "locked" { bind "Ctrl g" { SwitchToMode "Locked"; } diff --git a/example/default.kdl b/example/default.kdl index 2397f5bae..248b4026c 100644 --- a/example/default.kdl +++ b/example/default.kdl @@ -130,6 +130,7 @@ keybinds { bind "k" { MoveFocus "Up"; SwitchToMode "Normal"; } bind "o" { FocusNextPane; } bind "d" { Detach; } + bind "x" { CloseFocus; SwitchToMode "Normal"; } } shared_except "locked" { bind "Ctrl g" { SwitchToMode "Locked"; } -- cgit v1.2.3