Merge pull request #379 from kris-luminar/bugfix_cant_find_pane
fix can't find pane bug
This commit is contained in:
commit
340bf92f9f
@ -36,7 +36,8 @@ bind e setw synchronize-panes on
|
||||
bind E setw synchronize-panes off
|
||||
|
||||
# set first window to index 1 (not 0) to map more to the keyboard layout...
|
||||
set -g base-index 1
|
||||
set-option -g base-index 1
|
||||
set-window-option -g pane-base-index 1
|
||||
|
||||
# color scheme (styled as vim-powerline)
|
||||
set -g status-left-length 52
|
||||
|
Loading…
Reference in New Issue
Block a user