summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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