Skip to content

Commit

Permalink
remove no-init from less config
Browse files Browse the repository at this point in the history
this broke tmux scrolling support

NHDaly/tmux-better-mouse-mode#40 (comment)
  • Loading branch information
iloveitaly committed May 21, 2023
1 parent 8514432 commit 875937b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .exports
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export MANPAGER="less -FX"

# more powerful less config
# https://www.topbug.net/blog/2016/09/27/make-gnu-less-more-powerful/
export LESS='--quit-if-one-screen --ignore-case --status-column --LONG-PROMPT --RAW-CONTROL-CHARS --HILITE-UNREAD --tabs=4 --no-init --window=-4'
export LESS='--quit-if-one-screen --ignore-case --status-column --LONG-PROMPT --RAW-CONTROL-CHARS --HILITE-UNREAD --tabs=4 --window=-4'

# TODO add configuration to autocolor less output https://superuser.com/a/564531?
# TODO or use bat instead? Appartently it can be used as a pager as well?
Expand Down

0 comments on commit 875937b

Please sign in to comment.