Add tmux config

This commit is contained in:
Eryn Wells 2012-03-14 13:59:10 -07:00
parent 75c0b999c1
commit 86eec915d6
4 changed files with 18 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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

13
tmux.conf Normal file
View file

@ -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

1
vim/bundle/repeat Submodule

@ -0,0 +1 @@
Subproject commit 2914f11f7494adefaaec1d8c817a301c464c94b2