From 29ffd4f9df380ec2b1309ab0a136a207e7ec21bd Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 3 Oct 2022 10:54:47 +0900 Subject: [PATCH] new: .tmux.conf --- dotfiles/.tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index bea8fc7..ccc3388 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -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*"