mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
38 lines
456 B
Plaintext
38 lines
456 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# warpd
|
|
|
|
> A modal keyboard driven pointer manipulation program.
|
|
> More information: <https://github.com/rvaiya/warpd/blob/master/warpd.1.md>.
|
|
|
|
- Run warpd in normal mode:
|
|
|
|
`warpd --normal`
|
|
|
|
- Run warpd in hint mode:
|
|
|
|
`warpd --hint`
|
|
|
|
- Move cursor left:
|
|
|
|
`h`
|
|
|
|
- Move cursor down:
|
|
|
|
`j`
|
|
|
|
- Move cursor up:
|
|
|
|
`k`
|
|
|
|
- Move cursor right:
|
|
|
|
`l`
|
|
|
|
- Emulate left click:
|
|
|
|
`m`
|