pointfichiers/term/tmux/tmux.conf
2024-06-01 03:12:19 +02:00

18 lines
460 B
Bash

set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
# Windows and panes start at 0
set -g base-index 1
set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
bind s split-window -c "#{pane_current_path}"
bind v split-window -h -c "#{pane_current_path}"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux'
run '~/.config/tmux/plugins/tpm/tpm'