diff options
Diffstat (limited to 'config/common/tmux')
| -rwxr-xr-x | config/common/tmux/tmux.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf index 4af91fa..ae6d5b8 100755 --- a/config/common/tmux/tmux.conf +++ b/config/common/tmux/tmux.conf @@ -66,7 +66,7 @@ bind J command-prompt -1p "Send to window:" "join-pane -t \:%% ; select-window -  # Break pane without losing focus  bind b break-pane -t :  # Reset length and shit -bind z select-layout main-vertical +bind-key z resize-pane -Z  bind-key h select-pane -L  bind-key j select-pane -D  | 
