diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-11-02 22:34:00 +0100 | 
| commit | ddbb985e96c9bb76dd7844654d4175be3cd65d45 (patch) | |
| tree | 2b7b08958ae82bff667a5492226f8b8a4440aa18 /config/common/tmux | |
| parent | 156db94321161105f5522d621d48de77d1a46857 (diff) | |
checkpoint
Diffstat (limited to 'config/common/tmux')
| -rwxr-xr-x | config/common/tmux/tmux.conf | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 9b09e44..76906e1 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -50,13 +50,13 @@ bind C-R respawn-pane -k  bind v split-window -h -c "#{pane_current_path}"  bind s split-window -v -c "#{pane_current_path}"  # Swapping left and right a la vim -bind -n M-H swap-pane -U -bind -n M-L swap-pane -D +bind -r H swap-pane -U +bind -r L swap-pane -D  ## Resizing panes -bind -r M-H  resize-pane -L 5 -bind -r M-J  resize-pane -D 5 -bind -r M-K  resize-pane -U 5 -bind -r M-L  resize-pane -R 5 +bind -n M-H  resize-pane -L 5 +bind -n M-J  resize-pane -D 5 +bind -n M-K  resize-pane -U 5 +bind -n M-L  resize-pane -R 5  # Join and break windows  bind j command-prompt -1p "Take window:" "join-pane -s %%"  bind J command-prompt -1p "Send to window:" "join-pane -t \:%% ; select-window -l"  | 
