Add support for keybindings
authorJonas Fonseca <fonseca@diku.dk>
Thu, 8 Jun 2006 00:03:16 +0000 (02:03 +0200)
committerJonas Fonseca <fonseca@antimatter.localdomain>
Thu, 8 Jun 2006 00:03:16 +0000 (02:03 +0200)
The syntax is

bind <keymap> <key> <request>

Keybindings are resolved by first looking in the keymap of the active view,
then in the generic keymap, and finally in the built-in default keybindings.

Examples to put in ~/.tigrc:

bind main w scroll-line-up
bind main s scroll-line-down
bind diff a previous
bind diff d next
bind diff b move-first-line
bind generic g view-next


No differences found