update tmux

This commit is contained in:
Daniel Bauer
2025-07-31 14:31:23 +02:00
parent ae4843bf60
commit ab9bf312de
2 changed files with 10 additions and 4 deletions

View File

@@ -14,10 +14,16 @@ bind -n WheelDownPane select-pane -t= \; send-keys -M
set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'thewtex/tmux-mem-cpu-load' set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g @plugin 'sainnhe/tmux-fzf'
set -g @treemux-nvim-command 'NVIM_APPNAME=nvim-treemux nvim'
set -g @treemux-tree-nvim-init-file '~/.tmux/plugins/treemux/configs/treemux_init.lua'
set -g @plugin 'kiyoon/treemux'
run -b '~/.tmux/plugins/tpm/tpm' run -b '~/.tmux/plugins/tpm/tpm'
# set -g status-right '#{cpu_bg_color} CPU: #{cpu_percentage} GPU: #{gpu} RAM: #{ram}| %a %h-%d %H:%M ' # set -g status-right '#{cpu_bg_color} CPU: #{cpu_percentage} GPU: #{gpu} RAM: #{ram}| %a %h-%d %H:%M '
# Status line color
set -g status-interval 2 set -g status-style fg=colour136,bg=colour235
set -g status-right "#[fg=green]#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load -q -v -a 0 --interval 2)" #[default]" set -g status-left "#[default]"
set -g status-right "%d-%h %H:%M #($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load -c -v -a 0 -r 2 -i 2)"

View File

@@ -16,7 +16,7 @@ set shiftwidth=4 " indent by 4 spaces with <, > keys
set expandtab " indent by 4 spaces with tab set expandtab " indent by 4 spaces with tab
set colorcolumn=80,100,120 " color column set colorcolumn=80,100,120 " color column
let mapleader = "." " change leader key "let mapleader = "." " change leader key
set clipboard^=unnamed,unnamedplus " yank to clipboard set clipboard^=unnamed,unnamedplus " yank to clipboard