From 4e165b2ef6099601c155767dc358988a217a48f7 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 11 Apr 2025 13:50:38 +0200 Subject: [PATCH] update --- tmux.conf | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/tmux.conf b/tmux.conf index 4495bb5..533c9e6 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,20 +1,29 @@ -set-option -g status-right "" set -g @plugin 'catppuccin/tmux' set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'Morantron/tmux-fingers' -set -s set-clipboard on -set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' -bind -n C-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" setw -g mouse on +set -s set-clipboard on +set -sg escape-time 5 +set-option -sa terminal-features ',xterm-256color:RGB' +set -g @catppuccin_flavor "mocha" +set -g @catppuccin_window_status_style "rounded" +set -g status-right-length 100 +set -g status-left-length 100 +set -g status-left "" +set -g status-right "#{E:@catppuccin_status_application}" +set -agF status-right "#{E:@catppuccin_status_cpu}" +set -ag status-right "#{E:@catppuccin_status_session}" +set -ag status-right "#{E:@catppuccin_status_uptime}" +set -agF status-right "#{E:@catppuccin_status_battery}" + +set -g @fingers-pattern-filelc '(([.\w\-~\$@]+)?(/[.\w\-@]+)+/?(\:\d+){0,2})' + +bind -n C-f run -b "#{@fingers-cli} start #{pane_id} --patterns filelc --main-action 'xargs nvim_remote'" bind c new-window -c "#{pane_current_path}" bind % split-window -h -c "#{pane_current_path}" bind '"' split-window -v -c "#{pane_current_path}" -set -sg escape-time 5 - -set-option -sa terminal-features ',xterm-256color:RGB' - run '~/.tmux/plugins/tpm/tpm'