diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index dd700c7..641bf82 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -10,10 +10,10 @@ set -sg escape-time 0 bind -n M-\\ split-window -h -c "#{pane_current_path}" bind -n M-- split-window -v -c "#{pane_current_path}" bind -n M-= select-layout tiled -bind -n M-h resize-pane -L 4 -bind -n M-j resize-pane -D 2 -bind -n M-k resize-pane -U 2 -bind -n M-l resize-pane -R 4 +bind -n M-h resize-pane -L 1 +bind -n M-j resize-pane -D 1 +bind -n M-k resize-pane -U 1 +bind -n M-l resize-pane -R 1 unbind '"' unbind %