Skip to content

Commit ce02dcd

Browse files
committed
Use less --mouse option by default.
1 parent 9f22386 commit ce02dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2780,7 +2780,7 @@ _open_in_gui_app() {
27802780
# Display standard input in the preferred pager, `less`, `bat`, or `cat`.
27812781
_pager() {
27822782
local _less_options=()
2783-
_less_options=(-R --CLEAR-SCREEN --prompt="$(_less_prompt)")
2783+
_less_options=(-R --CLEAR-SCREEN --prompt="$(_less_prompt)" --mouse)
27842784

27852785
if [[ -n "${PAGER:-}" ]]
27862786
then

0 commit comments

Comments
 (0)