Changes between Initial Version and Version 1 of BuiltinDocs


Ignore:
Timestamp:
Sep 14, 2008, 5:44:46 PM (16 years ago)
Author:
nelhage@MIT.EDU
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuiltinDocs

    v1 v1  
     1= BarnOwl Builtin Documentation =
     2
     3BarnOwl is designed to be largely self-documenting. All commands, variables, and key bindings available are documented from within barnowl itself. This page is an introduction to accessing that documentation.
     4
     5 commands::
     6  Run `show commands` to access the full list of barnowl commands. More documentation, including usage, on any of these commands, can be accessed with `help COMMAND`
     7 variables::
     8  The list of BarnOwl variables can be viewed with `show variables`. `show variable VARIABLE` will give more detailed documentation on any of them.
     9 Key bindings::
     10   `show keymaps` will list all of the defined key bindings in all of barnowl's different modes. You can bind custom keys; see [wiki:Keybindings