update tmux stuff
This commit is contained in:
parent
7ec203a8de
commit
28cf00c838
5 changed files with 110 additions and 0 deletions
14
.tmux.conf
Normal file
14
.tmux.conf
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue