tmux: remap fullscreen pane
This commit is contained in:
@@ -19,7 +19,7 @@ bind-key -n M-k select-pane -U
|
|||||||
bind-key -n M-l select-pane -R
|
bind-key -n M-l select-pane -R
|
||||||
|
|
||||||
# pane / window modifications
|
# pane / window modifications
|
||||||
bind-key -n M-z resize-pane -Z
|
bind-key -n M-f resize-pane -Z
|
||||||
# use `set automatic-rename on` to reset
|
# use `set automatic-rename on` to reset
|
||||||
bind-key -n M-, command-prompt -p "Rename window:" "rename-window '%%'"
|
bind-key -n M-, command-prompt -p "Rename window:" "rename-window '%%'"
|
||||||
bind-key -n M-< set automatic-rename on
|
bind-key -n M-< set automatic-rename on
|
||||||
@@ -48,10 +48,10 @@ bind-key -n 'M-!' select-layout even-horizontal
|
|||||||
bind-key -n 'M-@' select-layout even-vertical
|
bind-key -n 'M-@' select-layout even-vertical
|
||||||
|
|
||||||
# resize panes
|
# resize panes
|
||||||
bind-key -n 'M-Left' resize-pane -L 20
|
bind-key -n 'M-Left' resize-pane -L 5
|
||||||
bind-key -n 'M-Right' resize-pane -R 20
|
bind-key -n 'M-Right' resize-pane -R 5
|
||||||
bind-key -n 'M-Up' resize-pane -U 20
|
bind-key -n 'M-Up' resize-pane -U 5
|
||||||
bind-key -n 'M-Down' resize-pane -D 20
|
bind-key -n 'M-Down' resize-pane -D 5
|
||||||
|
|
||||||
########## General ##########
|
########## General ##########
|
||||||
# alias
|
# alias
|
||||||
|
|||||||
Reference in New Issue
Block a user