diff options
author | Ben Sima <ben@bsima.me> | 2024-04-15 21:30:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2024-04-15 21:30:34 -0400 |
commit | e5fb40dd3792688bb7e96744eb6a48749941da38 (patch) | |
tree | 3033c2a6e7e5c9605030bfdbc49befc88188cd04 /git-ilog | |
parent | feebdea93fc5b1157bbbf275483a31760cb5ff5c (diff) |
just scroll half a page
Diffstat (limited to 'git-ilog')
-rwxr-xr-x | git-ilog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,8 @@ git log \ --ansi --no-sort --reverse --multi --exact \ --bind 'ctrl-s:toggle-sort' \ --bind 'ctrl-/:change-preview-window(hidden|90%|)' \ - --bind 'alt-p:preview-page-up' \ - --bind 'alt-n:preview-page-down' \ + --bind 'alt-p:preview-half-page-up' \ + --bind 'alt-n:preview-half-page-down' \ --header 'Press CTRL-S to toggle sort' \ --preview 'grep -o "[a-f0-9]\{7,\}" <<< {} | xargs git show --color=always' \ | grep -o "[a-f0-9]\{7,\}" |