1 # Lesskey configuration file for less.
6 # Map "-" to go up one screen like in mutt.
8 # Map h and l to work like in Vim (go left/right).
15 # Set options for less.
17 # no-init: Disable initialization termcap as it sometimes causes the screen to
19 # search-skip-screen: Start searching at the bottom of the screen.
20 # quit-if-one-screen: If the output fits on the current screen quit less.
21 # RAW-CONTROL-CHARS: Display ANSI "color" escape sequences to allow colored
22 # output. Other escape sequences are drawn in caret
24 # ignore-case: Ignore case if the search string doesn't contain any uppercase
26 LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case