fish-shell/doc_src
Fabian Homborg 6eeb8861e7 Add exit bind function
Currently binding `exit` to a key checks too late that it's exitted,
so it leaves the shell hanging around until the user does an execute
or similar.

As I understand it, the `exit` builtin is supposed to only exit the
current "thread" (once that actually becomes a thing), and the
bindings would probably run in a dedicated one, so the simplest
solution here is to just add an `exit` bind function.

Fixes #7604.
2021-01-04 09:45:34 +01:00
..
_static Replace the doc theme with the pydoctheme 2020-10-04 11:05:48 +02:00
cmds Add exit bind function 2021-01-04 09:45:34 +01:00
python_docs_theme Reformat 2020-11-22 14:39:48 +01:00
CHANGELOG.rst Add CHANGELOG to the docs 2020-05-30 10:07:21 +02:00
commands.rst We no longer have two doc systems, move sphinx_doc_src back to doc_src 2020-02-19 17:00:35 -08:00
completions.rst __fish_complete_suffix: complete all files, but sort files with matching suffix first 2020-12-23 19:14:10 +01:00
conf.py Restyle codebase 2020-12-06 15:39:54 +01:00
design.rst Make rationale spacing consistent 2020-10-12 20:25:35 +02:00
faq.rst fixup! docs: use monospace for inline code snippets more consistently 2020-11-29 05:59:16 +01:00
fish_for_bash_users.rst docs: A bit more on variables 2020-12-24 10:30:59 +01:00
fish_indent_lexer.py Reformat 2020-11-22 14:39:48 +01:00
index.rst Allow fish_private_mode to change at runtime 2021-01-02 22:01:47 -08:00
license.rst Add docs theme license 2020-10-04 14:51:05 +02:00
tutorial.rst fixup! docs: use monospace for inline code snippets more consistently 2020-11-29 05:59:16 +01:00