Skip to content

Commit

Permalink
+ env: less: add --no-vbell as it just happens too often
Browse files Browse the repository at this point in the history
nearly everthing in the UI that it doesn't like will ring your terminal.
we told it not to with -Q, but that only makes them visual.  now kill
those too... generally we know some keypress was wrong/invalid because
no action occurred in response to the keypress.  and we've been using
less for 30+ years now
  • Loading branch information
smemsh committed Nov 7, 2024
1 parent e1f2536 commit 858d2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/env
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ esetenv RI "-f ansi" # ruby rdoc ri

esetenv LYNX_CFG $HOME/.lynxrc

esetenv LESS "-iSQRF#3"
esetenv LESS "-iSQRF#3 --no-vbell"
esetenv PAGER "less"
esetenv MANPAGER "$PAGER -s"
esetenv MANWIDTH 80
Expand Down

0 comments on commit 858d2c8

Please sign in to comment.