From 4d01534bcba33709c04c5510173a1618926846b5 Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Wed, 24 Jan 2018 15:20:18 -0800 Subject: [PATCH] Use local default email, bind ^B o to open links --- .mutt/gmail-password.sh | 2 +- .tmux.conf | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.mutt/gmail-password.sh b/.mutt/gmail-password.sh index c53c514..3ddca8a 100755 --- a/.mutt/gmail-password.sh +++ b/.mutt/gmail-password.sh @@ -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) diff --git a/.tmux.conf b/.tmux.conf index 5e9be6b..87b9d9f 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -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