Tmux : Small fixes.
This commit is contained in:
parent
892d620ab8
commit
016354bf1e
|
@ -9,8 +9,8 @@
|
|||
stepHorizontal = 1;
|
||||
in {
|
||||
text = ''
|
||||
bind -n ${mod}-- split-window -h -c "#{pane_current_path}"
|
||||
bind -n ${mod}-\\ split-window -v -c "#{pane_current_path}"
|
||||
bind -n ${mod}-\\ split-window -h -c "#{pane_current_path}"
|
||||
bind -n ${mod}-- split-window -v -c "#{pane_current_path}"
|
||||
bind -n ${mod}-= select-layout tiled
|
||||
bind -n ${mod}-k resize-pane -U ${toString stepVertical}
|
||||
bind -n ${mod}-j resize-pane -D ${toString stepVertical}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
in {
|
||||
text = ''
|
||||
bind-key -n ${mod}-f set-option -g status;
|
||||
set -g status-left-length 50
|
||||
set -g status-position bottom
|
||||
set -g status-justify left
|
||||
set -g status-style "fg=#${fg}"
|
||||
|
|
Loading…
Reference in a new issue