Added tmux

This commit is contained in:
Fergal Moran
2017-04-14 20:12:03 +02:00
parent 301236134a
commit 75c43d8612
2 changed files with 8 additions and 1 deletions

7
tmux.conf Normal file
View File

@@ -0,0 +1,7 @@
# remap prefix to Control + a
set -g prefix C-a
# bind 'C-a C-a' to type 'C-a'
bind C-a send-prefix
unbind C-b
setw -g mode-keys vi