195
Well I can see why people might not care
(feddit.org)
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
sudo in Windows.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Will definitely look into it. Currently Emacs and Firefox are about my main applications I use (except spyder, which is a python IDE)
Well, cool. Hope it was helpful, then.
I'll also mention one other point, if you're a big emacs and Firefox user. Won't solve the issue for URL bars or other non-webpage text, but if you do a fair bit of writing in HTML textareas in webpages, like on Lemmy instances or something, you can hand that off to (actual) emacs.
Install the
edit-serverpackage for emacs (M-x list-packages, wait for the emacs package manager to load the list, go toedit-server, hit "i" to flag for install and "x" to execute, orM-x package-installand just type out "edit-server").In an emacs instance run
M-x edit-server-start(or set it up to always run automatically at emacs startup but I run multiple emacs instances).Grab the Edit with Emacs Firefox addon. Install.
Now, by default all textareas will have a little blue button at the bottom reading "edit". Click it, and your textarea will open up in emacs.
C-c C-cto commit changes back to the textarea (OrC-x C-c, if you're exiting that instance of emacs). You can also right-click on the textarea and choose "Edit with Emacs".Jokes on you, I already mapped
M-x package-installtoS-p i.But that also sounds interesting. Will definitely try it out (and if its just for writing Lemmy comments)