commit e0945703bebe38d0a7101ae94139d8f9588a94b4 Author: Felix Pankratz Date: Wed Feb 26 17:43:40 2020 +0100 added .tmux.conf with prefix rebinding diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..51e0626 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,8 @@ +# +# .tmux.conf - started 20200226 by panki +# + +# most important stuff first - rebind prefix to ctrl-a +unbind C-b +set-option -g prefix C-a +bind-key C-a send-prefix