dotfiles/dotfiles/tmux.conf

15 lines
390 B
Text
Raw Normal View History

2022-10-03 10:54:47 +09:00
set -g history-limit 50000
2022-10-02 06:46:37 +09:00
set -g mouse on
2022-10-02 17:54:27 +09:00
setw -g mode-keys vi
2022-10-02 06:46:37 +09:00
bind-key -T prefix v split-window
bind-key -T prefix h split-window -h
set-option -g default-command fish
2022-10-03 10:54:47 +09:00
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*"