Set vi keys and pane index (to 1) for tmux
This commit is contained in:
parent
fcc56c63fe
commit
3242a698a0
1 changed files with 4 additions and 0 deletions
|
@ -4,7 +4,11 @@ set-option -g default-terminal "screen-256color"
|
|||
set-option -g set-titles on
|
||||
set-option -g visual-bell off
|
||||
set-option -g history-limit 10000
|
||||
|
||||
set-option -g mode-keys vi
|
||||
|
||||
set-option -g base-index 1
|
||||
set-option -g pane-base-index 1
|
||||
|
||||
set-window-option -g alternate-screen on
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue