1759417306
TIL that in Magit buffers, pressing \ (or M-x evil-collection-magit-toggle-text-mode
) activates text-mode
. This mode enables standard visual motions that are unavailable in Magit buffers.
/blog
TIL that in Magit buffers, pressing \ (or M-x evil-collection-magit-toggle-text-mode
) activates text-mode
. This mode enables standard visual motions that are unavailable in Magit buffers.
Emacs supports editing remote files using the Tramp package. Emacs transparently handles the remote files based on the special path prefixes specified, so the experience is similar to operating on a local file. Tramp uses a remote shell underneath to access remote files. In this article, I'll talk about how to extend Tramp to support custom Methods to access remote files.
read more →