Add less prompts

This commit is contained in:
Case Duckworth 2020-05-25 22:18:43 -05:00
parent 7e20aacc1f
commit f7e87e3d06
1 changed files with 5 additions and 0 deletions

5
bollux
View File

@ -306,6 +306,11 @@ display() {
{
[[ -r "$BOLLUX_LESSKEY" ]] || mklesskey "$BOLLUX_LESSKEY"
} && less_cmd+=(-k "$BOLLUX_LESSKEY")
less_cmd+=(
-Pm'bollux$'
-PM'o\:open, g\:goto, r\:refresh$'
-M
)
submime="${mime#*/}"
if declare -F | grep -q "$submime"; then