mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
13 lines
337 B
Text
13 lines
337 B
Text
# $XDG_CONFIG_HOME/lesskey -- less options
|
|
# ln -sf $DOTFILES/.config/lesskey $XDG_CONFIG_HOME/lesskey
|
|
# work for less -V > 582, for mac, use brew install less to override the system less
|
|
|
|
# Format: key action
|
|
|
|
# Arrow Remap (hnei -> hjkl)
|
|
n forw-line
|
|
e back-line
|
|
|
|
# search with k : ne[k]st
|
|
k repeat-search
|
|
K reverse-search
|