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