tmux + nvim
This commit is contained in:
parent
d7e880bde5
commit
8340f43505
1 changed files with 3 additions and 4 deletions
|
|
@ -9,9 +9,8 @@ bind C-o send-prefix
|
|||
set -g status-interval 0
|
||||
|
||||
set-option -g automatic-rename on
|
||||
set-option -g automatic-rename-format '#I:#W [#{pane_index}/#{window_panes}]'
|
||||
set-option -g set-titles on
|
||||
set-option -g set-titles-string "#T / #W"
|
||||
set-option -g set-titles-string "[#S] #I:#W [#{pane_index}/#{window_panes}]"
|
||||
|
||||
# Vim style pane selection
|
||||
bind h select-pane -L
|
||||
|
|
@ -71,8 +70,8 @@ set -g @plugin 'tinted-theming/base16-tmux'
|
|||
|
||||
set -g @colors-base16 'ocean'
|
||||
|
||||
set -g window-status-current-format "#I:#W [#{pane_index}/#{window_panes}]"
|
||||
set -g window-status-format "#I:#W [#{pane_index}/#{window_panes}]"
|
||||
set -g window-status-current-format "[#S] #I:#W [#{pane_index}/#{window_panes}]"
|
||||
set -g window-status-format "[#S] #I:#W [#{pane_index}/#{window_panes}]"
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
# set vi-mode
|
||||
|
|
|
|||
Loading…
Reference in a new issue