Skip to content

Commit

Permalink
Add emacs-like config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Oct 30, 2018
1 parent d5a5e08 commit a7fb07f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/help/configuring.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,19 @@ config = config # type: ConfigAPI # noqa: F821 pylint: disable=E0602,C0103
c = c # type: ConfigContainer # noqa: F821 pylint: disable=E0602,C0103
----

emacs-like config
^^^^^^^^^^^^^^^^^

Various emacs/conkeror-like keybinding configs exist:

- https://gitlab.com/jgkamat/qutemacs/blob/master/qutemacs.py[jgkamat]
- https://gitlab.com/Kaligule/qutebrowser-emacs-config/blob/master/config.py[Kaligule]
- http://me0w.net/pit/1540882719[nm0i]
It's also mostly possible to get rid of modal keybindings by setting
`input.insert_mode.auto_enter` to `false`, and `input.forward_unbound_keys` to
`all`.

[[migrating]]
Migrating older configurations
------------------------------
Expand Down

0 comments on commit a7fb07f

Please sign in to comment.