new: .tmux.conf
This commit is contained in:
parent
add3f00809
commit
29ffd4f9df
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
set -g history-limit 50000
|
||||
|
||||
set -g mouse on
|
||||
setw -g mode-keys vi
|
||||
|
||||
|
@ -5,3 +7,8 @@ bind-key -T prefix v split-window
|
|||
bind-key -T prefix h split-window -h
|
||||
|
||||
set-option -g default-command fish
|
||||
|
||||
|
||||
set-option -g status-right "#[bg=colour156] #T | %y/%m/%d %H:%M:%S"
|
||||
#set-window-option -g window-status-format "#[bg=green]#I:#W-" # default
|
||||
set-window-option -g window-status-current-format "#[bg=colour156]#I:#W*"
|
||||
|
|
Loading…
Reference in a new issue