From 57b8b09feb1606832bf69fdfaced3c1282d04e0c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 21 Sep 2019 16:38:05 -0700 Subject: Added hotkey for pager ('p') --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 6ec3e9f..a48a682 100644 --- a/config.def.h +++ b/config.def.h @@ -194,6 +194,7 @@ binding_t bindings[] = { {{' ','v','V'}, "+toggle", B("Toggle")" selection"}, {{KEY_ESC}, "bb +deselect: \"$@\"", B("Clear")" selection"}, {{'e'}, "$EDITOR \"$@\" || "PAUSE, B("Edit")" file in $EDITOR"}, + {{'p'}, "$PAGER \"$@\"", B("Page")" through a file in $PAGER"}, {{KEY_CTRL_F}, "bb \"+goto:$(if test $BBDOTFILES; then find -mindepth 1; else find -mindepth 1 ! -path '*/.*'; fi " "| "PICK("Find: ", "")")\"", B("Search")" for file"}, {{'/'}, "bb \"+goto:$(if test $BBDOTFILES; then find -mindepth 1 -maxdepth 1; else find -mindepth 1 -maxdepth 1 ! -path '*/.*'; fi " -- cgit v1.2.3