tmux update and mutt

This commit is contained in:
Barak Michener 2013-04-26 11:38:34 -04:00
parent 38b7a3654e
commit a21a179631
3 changed files with 21 additions and 10 deletions

View file

@ -1,8 +1,8 @@
set alias_file=~/.mutt_alias set alias_file=~/.mutt_alias
set folder=~/Maildir/ #set folder=~/Maildir/
set spoolfile="~/Maildir" #set spoolfile="~/Maildir"
#set folder=imaps://imap.barakmich.com/ set folder=imaps://mail.barakmich.com/
#set spoolfile=imaps://imap.barakmich.com/INBOX set spoolfile=imaps://mail.barakmich.com/INBOX
set move=no set move=no
set mark_old=no set mark_old=no
set pager_stop=yes set pager_stop=yes

View file

@ -1,11 +1,12 @@
set -g prefix C-a set -g prefix C-a
unbind C-b 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 a send-prefix
bind-key j select-pane -t:- bind-key j select-pane -D
bind-key k select-pane -t:+ bind-key k select-pane -U
bind-key h select-pane -t:.+ #bind-key h select-pane -L
bind-key l select-pane -t:.- #bind-key l select-pane -R
bind-key C-n next-window bind-key C-n next-window
bind-key C-p previous-window bind-key C-p previous-window
set -g set-titles off set -g set-titles off
@ -15,6 +16,16 @@ setw -g utf8 on
new -d 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 # Status Bar
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white

@ -1 +1 @@
Subproject commit 4c7e649efba289df0e7e8bb9abfa37f95b28f8ed Subproject commit 618d884562f2b99fa62e3fb90e3531bf17396efa