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 # Vim-like up/down to replace the arrow keys.
22 # Set options for less.
24 # no-init: Disable initialization termcap as it sometimes causes the screen to
26 # search-skip-screen: Start searching at the bottom of the screen.
27 # quit-if-one-screen: If the output fits on the current screen quit less.
28 # RAW-CONTROL-CHARS: Display ANSI "color" escape sequences to allow colored
29 # output. Other escape sequences are drawn in caret
31 # ignore-case: Ignore case if the search string doesn't contain any uppercase
33 LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case