diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-27 13:55:04 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-27 13:55:04 +0900 |
| commit | 3a5cd8600c8567ee5587301f3be4ca62103a3684 (patch) | |
| tree | c32c5ab1a149b6a8852023b7112cc7ffc407a156 | |
| parent | 377dfb7bc4bf19fabdc5db803c566373d7a8c972 (diff) | |
| download | dotfiles-3a5cd8600c8567ee5587301f3be4ca62103a3684.tar.gz dotfiles-3a5cd8600c8567ee5587301f3be4ca62103a3684.tar.zst dotfiles-3a5cd8600c8567ee5587301f3be4ca62103a3684.zip | |
tmux: add keybinding to :break-pane
| -rw-r--r-- | home-manager/config/tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home-manager/config/tmux/tmux.conf b/home-manager/config/tmux/tmux.conf index 30b2be0..031ff81 100644 --- a/home-manager/config/tmux/tmux.conf +++ b/home-manager/config/tmux/tmux.conf @@ -51,6 +51,7 @@ bind-key -T tw h split-window -h -b bind-key -T tw j split-window -v bind-key -T tw k split-window -v -b bind-key -T tw l split-window -h +bind-key T break-pane bind-key h select-pane -L bind-key j select-pane -D bind-key k select-pane -U |
