From a21a1796314c508e025b202c23de4da05f40d8b7 Mon Sep 17 00:00:00 2001 From: Barak Michener Date: Fri, 26 Apr 2013 11:38:34 -0400 Subject: [PATCH] tmux update and mutt --- .muttrc | 8 ++++---- .tmux.conf | 21 ++++++++++++++++----- .vim/bundle/vim-fugitive | 2 +- 3 files changed, 21 insertions(+), 10 deletions(-) diff --git a/.muttrc b/.muttrc index e00dd85..e4c987f 100644 --- a/.muttrc +++ b/.muttrc @@ -1,8 +1,8 @@ set alias_file=~/.mutt_alias -set folder=~/Maildir/ -set spoolfile="~/Maildir" -#set folder=imaps://imap.barakmich.com/ -#set spoolfile=imaps://imap.barakmich.com/INBOX +#set folder=~/Maildir/ +#set spoolfile="~/Maildir" +set folder=imaps://mail.barakmich.com/ +set spoolfile=imaps://mail.barakmich.com/INBOX set move=no set mark_old=no set pager_stop=yes diff --git a/.tmux.conf b/.tmux.conf index d227e61..9fdebc7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,11 +1,12 @@ set -g prefix C-a unbind C-b -bind-key C-a last-window +bind-key C-o last-window +bind-key C-a select-pane -t :.+ bind-key a send-prefix -bind-key j select-pane -t:- -bind-key k select-pane -t:+ -bind-key h select-pane -t:.+ -bind-key l select-pane -t:.- +bind-key j select-pane -D +bind-key k select-pane -U +#bind-key h select-pane -L +#bind-key l select-pane -R bind-key C-n next-window bind-key C-p previous-window set -g set-titles off @@ -15,6 +16,16 @@ setw -g utf8 on new -d +# shift-movement keys will resize panes +bind -r H resize-pane -L 5 +bind -r J resize-pane -D 5 +bind -r K resize-pane -U 5 +bind -r L resize-pane -R 5 + +# better mnemonics for splitting panes! +bind | split-window -h +bind - split-window -v + # Status Bar set -g status-bg black set -g status-fg white diff --git a/.vim/bundle/vim-fugitive b/.vim/bundle/vim-fugitive index 4c7e649..618d884 160000 --- a/.vim/bundle/vim-fugitive +++ b/.vim/bundle/vim-fugitive @@ -1 +1 @@ -Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed +Subproject commit 618d884562f2b99fa62e3fb90e3531bf17396efa