Updated tmux
This commit is contained in:
1
dev-tmux
1
dev-tmux
@@ -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
|
||||||
|
@@ -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
2
vimrc
@@ -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'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user