Updated tmux

This commit is contained in:
hellerve
2015-04-06 17:49:06 +02:00
parent 2d3ec71977
commit 32b289d369
3 changed files with 4 additions and 1 deletions

View File

@@ -4,3 +4,4 @@ tmux split-window -h
tmux split-window tmux split-window
tmux new-window 'mutt' tmux new-window 'mutt'
tmux -2 attach-session -d tmux -2 attach-session -d
tms 0

View File

@@ -7,6 +7,8 @@ set -g status-left ''
set-window-option -g window-status-current-bg red set-window-option -g window-status-current-bg red
set -g status-right '#[default]#[fg=green]#H #[fg=white]%m/%d %I:%M%p #[default]' set -g status-right '#[default]#[fg=green]#H #[fg=white]%m/%d %I:%M%p #[default]'
prefix : set -g mode-mouse off
set-option -g default-command /bin/zsh set-option -g default-command /bin/zsh
set-option -g default-shell /bin/zsh set-option -g default-shell /bin/zsh
set-window-option -g mode-mouse on set-window-option -g mode-mouse on

2
vimrc
View File

@@ -81,7 +81,7 @@ Bundle 'christoomey/vim-tmux-navigator'
" Haskell " Haskell
Bundle 'raichoo/haskell-vim' Bundle 'raichoo/haskell-vim'
Bundle 'enomsg/vim-haskellConcealPlus' Bundle 'enomsg/vim-haskellConcealPlus'
Bundle 'eagletmt/ghcmod-vim' "Bundle 'eagletmt/ghcmod-vim'
Bundle 'eagletmt/neco-ghc' Bundle 'eagletmt/neco-ghc'
Bundle 'Twinside/vim-hoogle' Bundle 'Twinside/vim-hoogle'