Tmux : Resize by 1 char.

This commit is contained in:
Dmitry Voronin 2024-01-06 01:58:03 +03:00
parent c8c45c7d97
commit 9e9fcf02f3

View file

@ -10,10 +10,10 @@ set -sg escape-time 0
bind -n M-\\ split-window -h -c "#{pane_current_path}" bind -n M-\\ split-window -h -c "#{pane_current_path}"
bind -n M-- split-window -v -c "#{pane_current_path}" bind -n M-- split-window -v -c "#{pane_current_path}"
bind -n M-= select-layout tiled bind -n M-= select-layout tiled
bind -n M-h resize-pane -L 4 bind -n M-h resize-pane -L 1
bind -n M-j resize-pane -D 2 bind -n M-j resize-pane -D 1
bind -n M-k resize-pane -U 2 bind -n M-k resize-pane -U 1
bind -n M-l resize-pane -R 4 bind -n M-l resize-pane -R 1
unbind '"' unbind '"'
unbind % unbind %