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