diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-03-09 01:35:35 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-03-09 01:35:35 +0100 |
| commit | c82f4cdc9a403fedce61fabeed5272a9bf8f1df0 (patch) | |
| tree | 5e510e153404156230f386ec3e7c34f841360814 /.config/tmux | |
| parent | fc808ae714f1e629081c5d5cfc240e3f444598f2 (diff) | |
finally remembered to update this, lol
Diffstat (limited to '.config/tmux')
| -rw-r--r-- | .config/tmux/tmux.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8bd037f..389f1ff 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,6 +43,8 @@ bind C-w killp bind C-q killw bind C-p previous-window bind C-n next-window +bind -n M-n swap-window -t +1\; select-window -t +1 +bind -n M-p swap-window -t -1\; select-window -t -1 bind -n M-h resize-pane -L 5 bind -n M-j resize-pane -D 5 bind -n M-k resize-pane -U 5 |
