mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 10:53:27 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/lesskey
Normal file
22
tldr/lesskey
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lesskey
|
||||
|
||||
> Customize keybindings for `less`.
|
||||
> Note: This command has been deprecated.
|
||||
> More information: <https://manned.org/lesskey>.
|
||||
|
||||
- Compile key bindings from a source file:
|
||||
|
||||
`lesskey {{path/to/lesskey_file}}`
|
||||
|
||||
- Compile key bindings and write to a specific output file:
|
||||
|
||||
`lesskey {{[-o|--output]}} {{path/to/output}} {{path/to/lesskey_file}}`
|
||||
|
||||
- Display version:
|
||||
|
||||
`lesskey {{[-V|--version]}}`
|
||||
Reference in New Issue
Block a user