Add tmux configuration

Can be sourced with source-file in ~/.tmux.conf
This commit is contained in:
Talia 2019-10-02 16:31:40 +02:00
parent ea93992f09
commit 6cd2348890
1 changed files with 8 additions and 0 deletions

8
tmux.conf Normal file
View File

@ -0,0 +1,8 @@
set-option -g prefix C-b # default
bind r source-file ~/.tmux.conf
bind h select-pane -R
bind j select-pane -D
bind k select-pane -U
bind l select-pane -L