From ea3beda721dc5e19d44ea1a6ab75f89a0b6f9fec Mon Sep 17 00:00:00 2001 From: steveokard Date: Mon, 24 Jul 2017 14:38:54 -0400 Subject: [PATCH] Tmux conf: Changed prefix to ctrl+a --- .tmux.conf | 4 ++++ ReadMe | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .tmux.conf create mode 100644 ReadMe diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..f4ea821 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,4 @@ +# remap prefix to Control + a +set -g prefix C-a +unbind C-b +bind C-a send-prefix diff --git a/ReadMe b/ReadMe new file mode 100644 index 0000000..d31e885 --- /dev/null +++ b/ReadMe @@ -0,0 +1,4 @@ +This repo contains all of my personal settings for command line linux programs. +Including but not limited to: + Tmux + Vim