mirror of
https://github.com/gaschz/dotfiles.git
synced 2025-03-01 14:22:33 +01:00
22 lines
365 B
Plaintext
22 lines
365 B
Plaintext
## SPDX-FileCopyrightText: 2013 - 2016 Tim Pope <https://tpo.pe>
|
|
##
|
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
## Credits: https://github.com/tpope/dotfiles/blob/master/.lesskey
|
|
#command
|
|
h left-scroll
|
|
l right-scroll
|
|
i toggle-option i
|
|
\b back-screen
|
|
^H back-screen
|
|
^? back-screen
|
|
\\ quit
|
|
#line-edit
|
|
^A home
|
|
^B left
|
|
^E end
|
|
^F right
|
|
^N down
|
|
^P up
|
|
\033f word-right
|