# Lesskey configuration file for less. #command # Map "-" to go up one screen like in mutt. - back-screen # Map h and l to work like in Vim (go left/right). h left-scroll l right-scroll #env # Set options for less. # # no-init: Disable initialization termcap as it sometimes causes the screen to # get cleared. # search-skip-screen: Start searching at the bottom of the screen. # 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. LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case