From b32fb34ed4d9ab9109f47b3bbd2b0ba21282587b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Oct 2020 15:22:47 +0200 Subject: add tmux config --- make-symlinks | 3 ++- tmux.conf | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 tmux.conf diff --git a/make-symlinks b/make-symlinks index 51d470e..3e02a39 100755 --- a/make-symlinks +++ b/make-symlinks @@ -15,7 +15,7 @@ abspath() } -dirname=$(abspath $(dirname "$0")) +dirname="$(abspath "$(dirname "$0")")" echo "$dirname" files=" @@ -30,6 +30,7 @@ files=" signature signature-codethink taskrc + tmux.conf vimrc xsessionrc ssh/config diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..64e7139 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,3 @@ +set-option -g prefix C-j +unbind-key C-b +bind-key C-j send-prefix -- cgit v1.2.1