commit b7c982e4d184e08975ed1b5036979479be5b0321 parent 89e94639c2e8d6a9b1689a4a9cb78d6ae79e0c82 Author: Yohanes Bandung <hi@ybbond.dev> Date: Thu, 4 Jun 2020 01:21:33 +0700 update mailmate and zshrc Diffstat:
| M | .zshrc | | | 2 | ++ |
| M | Library/Application Support/MailMate/Resources/KeyBindings/gmail-extended.plist | | | 2 | +- |
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.zshrc b/.zshrc @@ -21,6 +21,8 @@ export PATH=$PATH:$KUMPATH/yowez-cli/bin export GOPATH=$HOME/go export PATH=$GOPATH/bin:$PATH export PATH=/Users/yohanesbandung/.nimble/bin:$PATH +export PATH="/Applications/Emacs.app/Contents/MacOS:$PATH" +export PATH="$HOME/.emacs.d/bin:$PATH" # export INITVIM=$HOME/.config/nvim/init.vim # export PATH=$HOME/bin:$PATH diff --git a/Library/Application Support/MailMate/Resources/KeyBindings/gmail-extended.plist b/Library/Application Support/MailMate/Resources/KeyBindings/gmail-extended.plist @@ -32,7 +32,7 @@ "^m" = ( "toggleMuteState:", "archive:" ); // FIXME: Should be 'markAsMuted:' "s" = "toggleFlag:"; "!" = "moveToJunk:"; - "r" = "reply:"; + "r" = "replySender:"; "a" = "replyAll:"; "f" = "forwardMessage:"; "^s" = "saveDocument:";