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 +