Bill Ashmanskas
Bill Ashmanskas
This "running helm command outside of context" issue happens to me about once a week. I have not yet narrowed it down. It seems to happen if I move the...
Thank you so much! ESC ESC ESC indeed works! It would never have occurred to me to use this, rather than C-g, to "get me out" of something in emacs,...
Thierry's response is also informative — thank you. Despite 36 years using emacs as my main editor, I had never before had occasion to use 'abort-recursive-edit' or 'keyboard-escape-quit' both of...
It seems that in util.py one needs to change from collections import Iterable to from collections.abc import Iterable and also in the upstream cmd2 package one needs to change utils.py,...
I wondered about this too. It looks as if you can already keep the pretty colors if you do eza --color=always | less -R
I believe the new borg v1.2 --paths-from-command option in borg create is sufficient to let me implement this hash-based exclusion myself in an external program. Many thanks for that! For...