mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
fixing small typo
This commit is contained in:
parent
679ef95257
commit
6ec4591f02
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ an escape character, Alt-based key bindings can be written using the
|
|||
using the \c \\c escape, for example Control-x (^X) can be written as
|
||||
<tt>\\cx</tt>. Note that Alt-based key bindings are case sensitive and
|
||||
Control-based key bindings are not. This is a constraint of text-based
|
||||
termainls, not \c fish.
|
||||
terminals, not \c fish.
|
||||
|
||||
The default key binding can be set by specifying a SEQUENCE of the empty
|
||||
string (that is, <code>''</code>). It will be used whenever no
|
||||
|
|
Loading…
Reference in a new issue