aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/faq.hdr
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-26 19:19:24 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:27 +0100
commit98ebb21489b3206ed745aadb821b400a9f3fa5c6 (patch)
tree9d2aea1113833c9173b897913762d2c5de2d0d85 /doc_src/faq.hdr
parent137abd0cfaa8959224f88a4ebe9584a51468cc88 (diff)
Consistency fixes
Diffstat (limited to 'doc_src/faq.hdr')
-rw-r--r--doc_src/faq.hdr18
1 files changed, 1 insertions, 17 deletions
diff --git a/doc_src/faq.hdr b/doc_src/faq.hdr
index 99c2ada4..fd3ed976 100644
--- a/doc_src/faq.hdr
+++ b/doc_src/faq.hdr
@@ -7,37 +7,21 @@
\endhtmlonly
- <a href='#faq-envvar'>How do I set or clear an environment variable?</a>
-
- <a href='#faq-login-cmd'>How do I run a command every login? What's fish's equivalent to `.bashrc`?</a>
-
- <a href='#faq-prompt'>How do I set my prompt?</a>
-
- <a href='#faq-cmd-history'>How do I run a command from history?</a>
-
- <a href='#faq-subcommand'>How do I run a subcommand? The backtick doesn't work!</a>
-
- <a href='#faq-exit-status'>How do I get the exit status of a command?</a>
-
- <a href='#faq-single-env'>How do I set an environment variable for just one command?</a>
-
- <a href='#faq-customize-colors'>How do I customize my syntax highlighting colors?</a>
-
- <a href='#faq-update-manpage-completions'>How do I update man page completions?</a>
-
- <a href='#faq-cwd-symlink'>Why does cd, pwd and other fish commands always resolve symlinked directories to their canonical path?</a>
-
- <a href='#faq-cd-implicit'>I accidentally entered a directory path and fish changed directory. What happened?</a>
-
- <a href='#faq-open'>The open command doesn't work.</a>
-
- <a href='#faq-default'>How do I make fish my default shell?</a>
-
- <a href='#faq-titlebar'>I'm seeing weird output before each prompt when using screen. What's wrong?</a>
-
- <a href='#faq-greeting'>How do I change the greeting message?</a>
-
- <a href='#faq-history'>Why doesn't history substitution ("!$" etc.) work?</a>
-
- <a href='#faq-uninstalling'>How do I uninstall fish?</a>
\htmlonly[block]
@@ -81,7 +65,7 @@ You can also use the Web configuration tool, <a href="commands.html#fish_config"
\section faq-cmd-history How do I run a command from history?
-Type some part of the command, and then hit the up or down arrow keys to navigate through history matches.
+Type some part of the command, and then hit the @cursor_key{&uarr;,up} or @cursor_key{&darr;,down} arrow keys to navigate through history matches.
\section faq-subcommand How do I run a subcommand? The backtick doesn't work!