You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
341 B
Plaintext
15 lines
341 B
Plaintext
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"
|
|
|