]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - lesskey
Makefile: Use && with cd.
[config/dotfiles.git] / lesskey
1 # Lesskey configuration file for less.
2
3
4 #command
5
6 # Map "-" to go up one screen like in mutt.
7 - back-screen
8 # Map h and l to work like in Vim (go left/right).
9 h left-scroll
10 l right-scroll
11
12
13 #env
14
15 # Set options for less.
16 #
17 # no-init: Disable initialization termcap as it sometimes causes the screen to
18 #          get cleared.
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
23 #                    notation.
24 # ignore-case: Ignore case if the search string doesn't contain any uppercase
25 #              letters.
26 LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case