small changes
This commit is contained in:
parent
4bda92d47d
commit
a3679d345c
3 changed files with 19 additions and 37 deletions
|
@ -4,8 +4,8 @@ set -g @plugin 'tmux-plugins/tmux-yank'
|
|||
|
||||
unbind C-b
|
||||
set -g prefix C-a
|
||||
bind a send-prefix
|
||||
bind C-a last-window
|
||||
bind C-a send-prefix
|
||||
#bind C-a last-window
|
||||
|
||||
# fix esc problems in vim
|
||||
set -s escape-time 0
|
||||
|
@ -25,10 +25,10 @@ setw -g mode-keys vi
|
|||
set -g status-keys emacs
|
||||
|
||||
# Move between panes with vi keys
|
||||
bind h select-pane -L
|
||||
bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
#bind h select-pane -L
|
||||
#bind j select-pane -D
|
||||
#bind k select-pane -U
|
||||
#bind l select-pane -R
|
||||
|
||||
# set focus events
|
||||
set-option -g focus-events on
|
||||
|
@ -48,14 +48,14 @@ setw -g clock-mode-colour white
|
|||
set -g pane-border-style 'fg=colour244'
|
||||
set -g pane-active-border-style 'fg=colour03'
|
||||
|
||||
bind b break-pane -d
|
||||
#bind b break-pane -d
|
||||
|
||||
# statusbar
|
||||
set -g status-position bottom
|
||||
set -g status-justify left
|
||||
set -g status-justify centre
|
||||
set -g status-style 'bg=colour0 fg=colour15'
|
||||
#set -g status-right '#[bg=colour0] '
|
||||
set -g status-left '[#S]@#H (^_^) [%H:%M] '
|
||||
set -g status-right '[%H:%M][%Y-%m-%d]'
|
||||
set -g status-left '[#S]@#H (^_^)'
|
||||
#set -g status-right-length 50
|
||||
set -g status-left-length 40
|
||||
setw -g window-status-current-style 'fg=brightgreen bg=colour0 bold'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue