Add some less options.
authorIain Patterson <me@iain.cx>
Mon, 4 Jan 2016 12:11:51 +0000 (12:11 +0000)
committerIain Patterson <me@iain.cx>
Thu, 11 Feb 2016 13:09:16 +0000 (13:09 +0000)
-A: Restore pre-441 behaviour of searching from the cursor line.
-W: Highlight scrolled lines.
-Q: Don't ring the bell.
-X: Don't initialise the terminal, so it isn't cleared.
-d: Suppress dumb terminal message.
-i: Case-insensitive search.
-m: Slightly more verbose prompt.

.profile.d/pager.bashrc

index 0da0aa8..bc1a88a 100644 (file)
@@ -4,6 +4,7 @@ if [ $? = 0 ]; then
   export PAGER="less -R"
   export GIT_PAGER="$PAGER"
   export LESSCHARSET=utf-8
+  export LESS="AWQXdim"
 
   # Colours.
   case $(tput colors) in