add tmux config

This commit is contained in:
Julin S 2020-08-16 14:37:56 +05:30
parent d5ced2cdf5
commit 5bac034fe0

8
.tmux.conf Normal file
View File

@ -0,0 +1,8 @@
# Set backtick as escape key
unbind C-b
set -g prefix `
bind-key ` send-prefix
# Use vi key bindings in scroll mode
setw -g mode-keys vi