summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorCason Adams <casonadams@gmail.com>2023-01-03 06:47:39 -0700
committerGitHub <noreply@github.com>2023-01-03 22:47:39 +0900
commitad21f81ac030d8a48fdb14dd23eba9309c373c04 (patch)
tree28263884b776579c2269b5ecf611dea491f3b716 /example
parent02e80860a22a595e0aac48cf0bac937614963551 (diff)
add tmux close pane key (#2058)
* add tmux close pane key * chore: update snapshots for new keybind Co-authored-by: Jae-Heon Ji <atx6419@gmail.com>
Diffstat (limited to 'example')
-rw-r--r--example/config.kdl1
-rw-r--r--example/default.kdl1
2 files changed, 2 insertions, 0 deletions
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"; }