mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-25 04:52:24 +00:00
Update cheatsheets
This commit is contained in:
37
linux/warpd
Normal file
37
linux/warpd
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
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/man.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`
|
||||
Reference in New Issue
Block a user