From: Jonas Fonseca Date: Thu, 8 Jun 2006 00:03:16 +0000 (+0200) Subject: Add support for keybindings X-Git-Tag: tig-0.5~84 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/04e2b7b214944044250edfea5634cbf919473cf4?hp=04e2b7b214944044250edfea5634cbf919473cf4 Add support for keybindings The syntax is bind 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 ---