Add tmux config
This commit is contained in:
parent
75c0b999c1
commit
86eec915d6
4 changed files with 18 additions and 0 deletions
13
tmux.conf
Normal file
13
tmux.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
set-option -g prefix C-a
|
||||
set-option -g exit-unattached off
|
||||
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 base-index 1
|
||||
|
||||
set-window-option -g alternate-screen on
|
||||
|
||||
set-window-option -g clock-mode-style 24
|
||||
|
||||
bind-key C-a last-window
|
||||
Loading…
Add table
Add a link
Reference in a new issue