Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions commands/faq.menu
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
| Edit <xiki source dir>/commands/faq.menu, commit, and send a pull
| request.
|
: How to read the screen (What are the various line-leader and trailer symbols?)
| << indicates something that can be jumped too in a new screen
| + indicates something that can be expanded in the existing screen
| (nothing) indicates a pure xiki command, no special syntax needed
| $ indicates a shell command
| = indicates ???
| ! executes as ruby code
| p executes as ruby code, printing the output
| > indicates markup to highlight a heading
| >> indicates markup to highlight a subheading
| : indicates the output of a previous command or expansion
| /directory/ indicates a directory
| http://url.com < a URL gets recognized as a URL
| ^ indicates a note
: What are the next steps for this readme file, to make it more accessible?
| 1. Mirror to a markdown file
| 2. Link to it from the README, so it'll be more visible
Expand Down
1 change: 1 addition & 0 deletions lib/xiki/core/keys.rb
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ def self.decorate_with_spacing path, txt
Keyboard shortcuts. Right now, and anywhere in xsh, you
can type the first letter of one of the below words while
holding Ctrl (^W for window, ^O for open, or ^H for hop).
(although ^M doesn't jump to more; it puts a newline)

The arrow keys always move around. ESC moves between views.
Try using the arrow keys then Ctrl+X to explore these items:
Expand Down