Skip to content

Instantly share code, notes, and snippets.

@seungjin
Created March 22, 2025 05:15
Show Gist options
  • Save seungjin/49ba92899d67ee98a04f2a5018e9dee8 to your computer and use it in GitHub Desktop.
Save seungjin/49ba92899d67ee98a04f2a5018e9dee8 to your computer and use it in GitHub Desktop.
Emacs keybinding in Firefox input
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