mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 02:13:38 +08:00
4d300b7f32
These referred to vi key bindings, not emacs. Credit to chapeupreto for spotting this in #10569.
28 lines
544 B
ReStructuredText
28 lines
544 B
ReStructuredText
.. _cmd-fish_default_key_bindings:
|
|
|
|
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
|