From 32b289d36911af1a01dcbc31241186119961928e Mon Sep 17 00:00:00 2001 From: hellerve Date: Mon, 6 Apr 2015 17:49:06 +0200 Subject: [PATCH] Updated tmux --- dev-tmux | 1 + tmux.conf | 2 ++ vimrc | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-tmux b/dev-tmux index c971c7d..dfeb629 100755 --- a/dev-tmux +++ b/dev-tmux @@ -4,3 +4,4 @@ tmux split-window -h tmux split-window tmux new-window 'mutt' tmux -2 attach-session -d +tms 0 diff --git a/tmux.conf b/tmux.conf index 5375ab4..0e655be 100644 --- a/tmux.conf +++ b/tmux.conf @@ -7,6 +7,8 @@ set -g status-left '' 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]' +prefix : set -g mode-mouse off + set-option -g default-command /bin/zsh set-option -g default-shell /bin/zsh set-window-option -g mode-mouse on diff --git a/vimrc b/vimrc index c79021f..6d982e3 100644 --- a/vimrc +++ b/vimrc @@ -81,7 +81,7 @@ Bundle 'christoomey/vim-tmux-navigator' " Haskell Bundle 'raichoo/haskell-vim' Bundle 'enomsg/vim-haskellConcealPlus' -Bundle 'eagletmt/ghcmod-vim' +"Bundle 'eagletmt/ghcmod-vim' Bundle 'eagletmt/neco-ghc' Bundle 'Twinside/vim-hoogle'