mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
tmux file
This commit is contained in:
parent
8b79bce6a2
commit
a1c2a2ea40
2 changed files with 10 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -30,7 +30,7 @@ ranger/folders.conf
|
|||
!/jesseduffield/
|
||||
/jesseduffield/lazygit/*
|
||||
!/jesseduffield/lazygit/config.yml
|
||||
!/tmux.conf
|
||||
!/.tmux.conf
|
||||
|
||||
ranger/colorschemes/__init__.pyo
|
||||
ranger/colorschemes/default.pyo
|
||||
|
|
|
|||
9
.tmux.conf
Normal file
9
.tmux.conf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set -g default-terminal "tmux-256color"
|
||||
set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
|
||||
set -g base-index 1
|
||||
set -sg escape-time 0
|
||||
|
||||
set -g status-interval 2
|
||||
set -g status-left "#S #[fg=green,bg=black]#(tmux-mem-cpu-load -q --interval 2)#[default]"
|
||||
set -g status-left-length 60
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue