From 86eec915d6abae60256f9b8ed8bb139697679653 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Wed, 14 Mar 2012 13:59:10 -0700 Subject: [PATCH] Add tmux config --- .gitmodules | 3 +++ setup.sh | 1 + tmux.conf | 13 +++++++++++++ vim/bundle/repeat | 1 + 4 files changed, 18 insertions(+) create mode 100644 tmux.conf create mode 160000 vim/bundle/repeat diff --git a/.gitmodules b/.gitmodules index 1df1c1e..862f5ff 100644 --- a/.gitmodules +++ b/.gitmodules @@ -28,3 +28,6 @@ [submodule "vim/bundle/command-t"] path = vim/bundle/command-t url = git://git.wincent.com/command-t.git +[submodule "vim/bundle/repeat"] + path = vim/bundle/repeat + url = https://github.com/tpope/vim-repeat diff --git a/setup.sh b/setup.sh index edec110..35c2876 100755 --- a/setup.sh +++ b/setup.sh @@ -15,6 +15,7 @@ ln -s $dfdir/vim $HOME/.vim ln -s $dfdir/indent.pro $HOME/.indent.pro ln -s $dfdir/screenrc $HOME/.screenrc +ln -s $dfdir/tmux.conf $HOME/.tmux.conf ln -s $dfdir/ledgerrc $HOME/.ledgerrc ln -s $dfdir/toprc $HOME/.toprc diff --git a/tmux.conf b/tmux.conf new file mode 100644 index 0000000..55eb554 --- /dev/null +++ b/tmux.conf @@ -0,0 +1,13 @@ +set-option -g prefix C-a +set-option -g exit-unattached off +set-option -g default-terminal "screen-256color" +set-option -g set-titles on +set-option -g visual-bell off +set-option -g history-limit 10000 +set-option -g base-index 1 + +set-window-option -g alternate-screen on + +set-window-option -g clock-mode-style 24 + +bind-key C-a last-window diff --git a/vim/bundle/repeat b/vim/bundle/repeat new file mode 160000 index 0000000..2914f11 --- /dev/null +++ b/vim/bundle/repeat @@ -0,0 +1 @@ +Subproject commit 2914f11f7494adefaaec1d8c817a301c464c94b2