Ben Grande a7d2876bb4
fix: standardize shell escape character to octal
URxvt requires octal for keysym while others do not and querying a
single one is easier.
2025-01-22 17:42:01 +01:00

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