mirror of
https://codeberg.org/qwjyh/dotfiles.git
synced 2025-06-26 19:29:20 +09:00
rename: .tmux.conf to tmux.conf
This commit is contained in:
parent
29ffd4f9df
commit
0e3bd31cf6
1 changed files with 0 additions and 0 deletions
14
dotfiles/tmux.conf
Normal file
14
dotfiles/tmux.conf
Normal file
|
@ -0,0 +1,14 @@
|
|||
set -g history-limit 50000
|
||||
|
||||
set -g mouse on
|
||||
setw -g mode-keys vi
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue