Merge branch 'master' of github.com:aarongut/dotfiles

This commit is contained in:
2018-01-30 20:32:36 -08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
USER=$1
if [ -z $USER ]; then
USER="gutierrez.aaron.m@gmail.com"
USER=$EMAIL
fi
PWORD=$(security find-generic-password -a "$USER" -s mutt-gmail -w)

View File

@@ -9,6 +9,9 @@ bind Escape copy-mode
unbind p
bind p paste-buffer
# open links
bind o new-window "open `tmux show-buffer`"
# vim move keys
bind h select-pane -L
bind j select-pane -D