X-Git-Url: https://git.tokkee.org/?p=tig.git;a=blobdiff_plain;f=tig.c;h=fcaf3c81e917e84f4637748090568e7c43b33ed5;hp=903efdeb7fe264ba5312e0a7979cfcc99fe00c5f;hb=2e02e650f57d1760fe4dd0576eeaa0664416b18d;hpb=5b1f4fe12444f406fc16d8cfa423710960cc30ce diff --git a/tig.c b/tig.c index 903efde..fcaf3c8 100644 --- a/tig.c +++ b/tig.c @@ -1452,6 +1452,7 @@ static struct keybinding default_keybindings[] = { { KEY_HOME, REQ_MOVE_FIRST_LINE }, { KEY_END, REQ_MOVE_LAST_LINE }, { KEY_NPAGE, REQ_MOVE_PAGE_DOWN }, + { KEY_CTL('D'), REQ_MOVE_PAGE_DOWN }, { ' ', REQ_MOVE_PAGE_DOWN }, { KEY_PPAGE, REQ_MOVE_PAGE_UP }, { KEY_CTL('U'), REQ_MOVE_PAGE_UP },