update tmux stuff

This commit is contained in:
Rahsheen Porter 2022-01-17 23:13:36 -05:00
parent 7ec203a8de
commit 28cf00c838
5 changed files with 110 additions and 0 deletions

14
.tmux.conf Normal file
View file

@ -0,0 +1,14 @@
set -g bell-action none
set -g visual-bell on
set -g status-style 'bg=#333333 fg=#5eacd3'
bind r source-file ~/.tmux.conf
set -g base-index 1
set-window-option -g mode-keys vi
# forget the find window. That is for chumps
bind-key -r f run-shell "tmux neww ~/.local/bin/tmux-sessionizer"
bind-key -r i run-shell "tmux neww tmux-cht.sh"