From c7715ce2a8c3ce6c41befd8725fe671b59b6e795 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 15 Apr 2018 19:01:21 +0200 Subject: [PATCH] added tmux config --- tmux/install.sh | 4 ++++ tmux/tmux.conf | 2 ++ 2 files changed, 6 insertions(+) create mode 100755 tmux/install.sh create mode 100644 tmux/tmux.conf diff --git a/tmux/install.sh b/tmux/install.sh new file mode 100755 index 0000000..bfcc5e5 --- /dev/null +++ b/tmux/install.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env sh + +ln -svrf tmux.conf ~/.tmux.conf + diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..66657d1 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,2 @@ +set-window-option -g mode-keys vi +