mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-20 16:11:14 -03:00
No need to define "cmd-foo" anchors; use :doc:`foo <cmds/foo>`
instead. If we want "cmd-foo" but it should be tested.
See also 38b24c2325 (docs: Use :doc: role when linking to commands,
2022-09-23).
26 lines
508 B
ReStructuredText
26 lines
508 B
ReStructuredText
fish_default_key_bindings - set emacs key bindings for fish
|
|
===============================================================
|
|
|
|
Synopsis
|
|
--------
|
|
|
|
.. synopsis::
|
|
|
|
fish_default_key_bindings
|
|
|
|
Description
|
|
-----------
|
|
|
|
``fish_default_key_bindings`` sets the emacs key bindings for ``fish`` shell.
|
|
|
|
Some of the Emacs key bindings are defined :ref:`here <emacs-mode>`.
|
|
|
|
There are no parameters for ``fish_default_key_bindings``.
|
|
|
|
Examples
|
|
--------
|
|
|
|
To start using emacs key bindings::
|
|
|
|
fish_default_key_bindings
|