Skip to content

Commit

Permalink
Change window size with larger steps
Browse files Browse the repository at this point in the history
  • Loading branch information
dncc committed Aug 28, 2014
1 parent af3b4d8 commit 5835fc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux.conf
Expand Up @@ -9,10 +9,10 @@ bind j select-pane -D
bind h select-pane -L
bind l select-pane -R

bind -r C-h resize-pane -L 4
bind -r C-l resize-pane -R 4
bind -r C-j resize-pane -D 4
bind -r C-k resize-pane -U 4
bind -r C-h resize-pane -L 11
bind -r C-l resize-pane -R 11
bind -r C-j resize-pane -D 11
bind -r C-k resize-pane -U 11

# bind : to command-prompt like vim
# this is the default in tmux already
Expand Down

0 comments on commit 5835fc8

Please sign in to comment.