HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

warpd — A modal keyboard driven pointer manipulation program. More information: <https://github.com/rvaiya/w

Submitted by: @import:tldr-pages··
0
Viewed 0 times
drivencommandkeyboardpointerclimodalmanipulationwarpd
linux

Problem

How to use the warpd command: A modal keyboard driven pointer manipulation program. More information: <https://github.com/rvaiya/warpd/blob/master/warpd.1.md>.

Solution

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>

Code Snippets

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>

Context

tldr-pages: linux/warpd

Revisions (0)

No revisions yet.