dotfiles/.config/tmux/tmux.conf
2024-11-02 00:37:24 -04:00

13 lines
258 B
Bash

unbind r
bind r source-file ~/.config/tmux/tmux.conf
unbind C-b
unbind C-t
set -g prefix C-t
set -g mouse on
set -g @cursor-style 'bar'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
run '/usr/share/tmux-plugin-manager/tpm'