dotfiles/tmux.conf
Andrew Mulbrook fbe276353f
Improve tmux and zsh configuration
Utilize tpm to configure tmux plugins. Improve zshrc to work with
nerdfonts setup.
2023-08-23 02:44:20 -05:00

12 lines
276 B
Bash

# My options
set -sg escape-time 1 # WSL fix, see https://github.com/microsoft/WSL/issues/5931
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'wfxr/tmux-power'
set -g mouse on
run '~/.tmux/plugins/tpm/tpm'