1
0
Fork 0

colorscheme update + some tmux updates

This commit is contained in:
Arthur Khachaturov 2024-08-20 02:20:14 +03:00
parent 59daa951f9
commit 3db255cc32
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
12 changed files with 153 additions and 432 deletions

View file

@ -32,14 +32,10 @@ set -g monitor-activity off
setw -g aggressive-resize on
# Change history limit
set -g history-limit 4096
# Default status bar config (doesn't change the behavior of custom status bars)
set -g status-justify left
set -g status-bg green
set -g status-interval 2
set -g history-limit 131072
# Source extra configs
source-file ~/.config/tmux/theme.conf
source-file ~/.config/tmux/keybinds.conf
source-file ~/.config/tmux/plugins.conf
source-file ~/.config/tmux/vim.conf