Consistency fixes

This commit is contained in:
Mark Griffiths
2014-08-26 19:19:24 +01:00
parent 137abd0cfa
commit 98ebb21489
16 changed files with 226 additions and 171 deletions

View File

@@ -89,7 +89,13 @@ The following special input functions are available:
\subsection bind-example Examples
`bind \cd 'exit'` causes `fish` to exit when @key{Control,D} is pressed.
\fish
bind \cd 'exit'
\endfish
Causes `fish` to exit when @key{Control,D} is pressed.
`bind -k ppage history-search-backward` performs a history search when the @key{Page Up} key is pressed.
\fish
bind -k ppage history-search-backward
\endfish
Performs a history search when the @key{Page Up} key is pressed.