summaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
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"; }