diff --git a/zshrc.org b/zshrc.org index ffc68e1..84d6a5c 100644 --- a/zshrc.org +++ b/zshrc.org @@ -333,11 +333,12 @@ This function is a poor-man eselect for configuration files it mv's #+end_src **** magit :daily:pi: #+begin_src sh - magit() { - # TODO: add parameter just in case - eca -e "(magit-status \"$(pwd)\")" - } - bindkey -s '^X^G' 'magit\n' + magit() { + # TODO: add parameter just in case + eca -e "(magit-status \"$(pwd)\")" + eca -e "(x-focus-frame nil)" + } + bindkey -s '^X^G' 'magit\n' #+end_src **** mu4e + agenda :daily: #+begin_src sh