dotfiles/tmux.conf
2025-04-11 13:32:34 +02:00

14 lines
494 B
Bash

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-option -sa terminal-features ',xterm-256color:RGB'
run '~/.tmux/plugins/tpm/tpm'