From d6be090fbd967587eb2af1496a237c1d8114f470 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 26 Jun 2018 07:59:41 +0200 Subject: [PATCH] lesskey: restructure option comments --- shell/lesskey | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/shell/lesskey b/shell/lesskey index 247679b..e548524 100644 --- a/shell/lesskey +++ b/shell/lesskey @@ -1,6 +1,6 @@ # Lesskey configuration file for less. -# Copyright (C) 2011-2013 Simon Ruderich +# Copyright (C) 2011-2018 Simon Ruderich # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -36,14 +36,17 @@ l right-scroll # Set options for less. # -# no-init: Disable initialization termcap as it causes the screen to get -# cleared on some systems. -# quit-if-one-screen: If the output fits on the current screen quit less. -# RAW-CONTROL-CHARS: Display ANSI "color" escape sequences to allow colored -# output. Other escape sequences are drawn in caret -# notation. -# ignore-case: Ignore case if the search string doesn't contain any uppercase -# letters. If there are uppercase letters respect case. +# --no-init: +# Disable initialization termcap as it causes the screen to get cleared on +# some systems. +# --quit-if-one-screen: +# If the output fits on the current screen quit less. +# --RAW-CONTROL-CHARS: +# Display ANSI "color" escape sequences to allow colored output. Other +# escape sequences are drawn in caret notation. +# --ignore-case: +# Ignore case if the search string doesn't contain any uppercase letters. +# If there are uppercase letters respect case. # # Don't use search-skip-screen as it makes it easy to miss matches on the # current page. -- 2.43.2