Skip to content

Commit

Permalink
add tmux close pane key
Browse files Browse the repository at this point in the history
  • Loading branch information
casonadams committed Jan 2, 2023
1 parent 02e8086 commit aeea298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/config.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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"; }
Expand Down
1 change: 1 addition & 0 deletions example/default.kdl
Original file line number Diff line number Diff line change
Expand Up @@ -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"; }
Expand Down

0 comments on commit aeea298

Please sign in to comment.