summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-10-26 15:22:47 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-10-26 15:22:47 +0200
commitb32fb34ed4d9ab9109f47b3bbd2b0ba21282587b (patch)
treee03142b58a75cd8dfbd59ed7828b6836bdb2825f
parentec74c7d76fd0ae133f1e297fb127f50d4033bc70 (diff)
downloadliw-dot-files-b32fb34ed4d9ab9109f47b3bbd2b0ba21282587b.tar.gz
add tmux config
-rwxr-xr-xmake-symlinks3
-rw-r--r--tmux.conf3
2 files changed, 5 insertions, 1 deletions
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