kickstart.nvim/.tmux.conf
2022-01-17 23:13:36 -05:00

15 lines
341 B
Bash

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"