Skip to content

Instantly share code, notes, and snippets.

@kyanny
Created August 7, 2014 07:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyanny/fe94cf0abfbe92dd27f7 to your computer and use it in GitHub Desktop.
Save kyanny/fe94cf0abfbe92dd27f7 to your computer and use it in GitHub Desktop.
tig: rebind f,b/C-f,C-b
# rebind f,b/C-f,C-b
bind generic f move-page-down
bind generic <Ctrl-f> move-page-down
bind generic b move-page-up
bind generic <Ctrl-b> move-page-up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment