regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

tmux.conf (290B)


      1 bind -n C-Tab select-window -n
      2 bind -n C-BTab select-window -p
      3 set -g mouse on
      4 set -g escape-time 0
      5 set-option -sa terminal-features ',alacritty:RGB'
      6 set-option -ga terminal-features ",alacritty:usstyle"
      7 set-option -ga terminal-overrides ',alacritty:Tc'
      8 set -g default-terminal "alacritty"