From ab9bf312dedb070495a0a1e6cd0febeeeda65789 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Thu, 31 Jul 2025 14:31:23 +0200 Subject: [PATCH] update tmux --- dot_tmux.conf | 12 +++++++++--- dot_vimrc | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dot_tmux.conf b/dot_tmux.conf index b3b23dc..15aa269 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -14,10 +14,16 @@ bind -n WheelDownPane select-pane -t= \; send-keys -M set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' 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' # set -g status-right '#{cpu_bg_color} CPU: #{cpu_percentage} GPU: #{gpu} RAM: #{ram}| %a %h-%d %H:%M ' - -set -g status-interval 2 -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]" +# Status line color +set -g status-style fg=colour136,bg=colour235 +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)" diff --git a/dot_vimrc b/dot_vimrc index 5945c9f..d6f95c2 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -16,7 +16,7 @@ set shiftwidth=4 " indent by 4 spaces with <, > keys set expandtab " indent by 4 spaces with tab set colorcolumn=80,100,120 " color column -let mapleader = "." " change leader key +"let mapleader = "." " change leader key set clipboard^=unnamed,unnamedplus " yank to clipboard