diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-21 16:38:05 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-21 16:38:05 -0700 |
| commit | 57b8b09feb1606832bf69fdfaced3c1282d04e0c (patch) | |
| tree | 75876c4fbf1225c267b6d70a0f51f530365f2c85 | |
| parent | f0aa30eb3ff0c52c13b6ebf878543f88d365cec1 (diff) | |
Added hotkey for pager ('p')
| -rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 " |
