Use local default email, bind ^B o to open links
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user