Skip to content

Commit

Permalink
tigrc(5): document how to use Ctrl in key bindings
Browse files Browse the repository at this point in the history
Fixes GH-131 by providing an explanation in the man pages.
Closes GH-141.

[ jf: reworked the commit message ]
  • Loading branch information
af authored and jonas committed May 9, 2013
1 parent e730cee commit 49ff094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tigrc.5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ character.
*Insert*, *Delete*, *Hash*, *Home*, *End*, *PageUp*, *PageDown*, *F1*, *F2*, *F3*,
*F4*, *F5*, *F6*, *F7*, *F8*, *F9*, *F10*, *F11*, *F12*.

To add a key mapping that uses the Ctrl key, use a `^` prefix in your mapping.
For example, Ctrl-f could be mapped to *scroll-page-down* with the following line:

bind main ^f scroll-page-down


Action names::

Valid action names are described below. Note, all names are
Expand Down

0 comments on commit 49ff094

Please sign in to comment.