Tmux conf: Changed prefix to ctrl+a

This commit is contained in:
Stefen Auris 2017-07-24 14:38:54 -04:00
parent ea830749a2
commit ea3beda721
2 changed files with 8 additions and 0 deletions

4
.tmux.conf Normal file
View file

@ -0,0 +1,4 @@
# remap prefix to Control + a
set -g prefix C-a
unbind C-b
bind C-a send-prefix

4
ReadMe Normal file
View file

@ -0,0 +1,4 @@
This repo contains all of my personal settings for command line linux programs.
Including but not limited to:
Tmux
Vim