]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - lesskey
screenrc: Change hardstatus color when in copy mode.
[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 #env
13
14 # Set options for less. If the command output fits on the current terminal
15 # page less automatically quits. Also allows the use with colordiff. When
16 # searching ignore case if no uppercase letter is used.
17 LESS = --no-init --search-skip-screen --quit-if-one-screen --RAW-CONTROL-CHARS --ignore-case