diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-23 16:02:26 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-23 16:02:26 +0900 |
| commit | 68fb3136c1972521d98e364f755473c5c69c8066 (patch) | |
| tree | 61d4629e619e66eec62565dcd720303d1c671e97 | |
| parent | 70287aefe98985ea8e8398ecb1495971e89ee49c (diff) | |
modified tmux/tmux.conf
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index ba8fd67..61d5f68 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -157,6 +157,12 @@ set -g @tmux-nvim-resize-keybinding-left 'C-left' set -g @tmux-nvim-resize-keybinding-down 'C-down' set -g @tmux-nvim-resize-keybinding-up 'C-up' set -g @tmux-nvim-resize-keybinding-right 'C-right' +set -g @tmux-nvim-swap true +set -g @tmux-nvim-swap-cycle false +set -g @tmux-nvim-swap-keybinding-left 'C-M-h' +set -g @tmux-nvim-swap-keybinding-down 'C-M-j' +set -g @tmux-nvim-swap-keybinding-up 'C-M-k' +set -g @tmux-nvim-swap-keybinding-right 'C-M-l' # open set -g @open 'O' |
