Created
March 22, 2025 05:15
-
-
Save seungjin/49ba92899d67ee98a04f2a5018e9dee8 to your computer and use it in GitHub Desktop.
Emacs keybinding in Firefox input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://thanosapollo.org/posts/firefox-with-emacs-keybindings/#step-i-aboutconfig | |
``` | |
Step I: about:config | |
First visit about:config. | |
To enable Emacs keybindings while editing text in Firefox, make the following changes: | |
Set ui.key.accelKey to 18 | |
Set ui.key.chromeAccess to 0 | |
Set devtools.editor.keymap to emacs | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment