Use local default email, bind ^B o to open links

This commit is contained in:
2018-01-24 15:20:18 -08:00
parent dcaed9c2b6
commit 4d01534bcb
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