add tmux conf

This commit is contained in:
Daniel Thoren 2022-04-12 11:33:02 +02:00 committed by GitHub
parent 0ba1c12118
commit 253e4f72f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
.tmux.conf Normal file
View file

@ -0,0 +1,8 @@
# remap prefix from ^+A to ^+B
unbind C-b
set -g prefix C-a
bind C-a send-prefix
# set vi keybindings
setw -g mode-keys vi