====== Zim:Keybindings ======

( Keybindings that edit the buffer or create a new page are disabled
in read-only mode. )

=== General ===

    alt-i toggle index
    ctrl-+ expand all   (ctrl-= unofficial alias)
    ctrl-- collapse all
    ctrl-space toggle focus between index and buffer
                      opens side pane if index is invisible
    alt-j toggle pathbar between hidden/trace/namespace

    alt-home home
    alt-left back
    alt-right forward
    alt-up namespace up
    alt-D go to todays page

    alt-t style drop down
    alt-a actions drop down
    
    ^w close window
    alt-/ search in page  (just '/' in readonly mode)
    ^F search dialog (~TODO)

    ^S save page (forced)
    ^R reload page (saves first)
    ^G goto page (either an existing or a new page)

    ^L link or "new link" dialog
    ^E edit link
    ^D inserts timestamp

    ^1..^5 heading
    ^6 normal
    ^B strong
    ^I italic
    ^U underline (renders highlighted)
    ^T verbatim text (monospace font)

    ^Z undo (TODO)
    ^Y redo (TODO)

    F1 about dialog (with help button)

=== Selections ===

For selected text the following keybindings are added:
    
    "*" makes the selection as a bullet list
    TAB indents the selection  
    BACKSPACE un-indents the selection


Also all the usual keybindings apply for the gtk text edit widget.    

