vimmotion

to make life easier

type: fragment

cluster: tech
related: nixcats-nvim

observe what you normally do with mouse
try to convert those action into keyboard movements
step by step

go to the first line
gg
go to the last line
G

go to xx line
100G
:100

add after cursor
a

text objects (don’t understand yet)
https://ofirgall.github.io/learn-nvim/chapters/05-text-objects.html

ls | vim

/pattern
search for specific pattern (can be .png, .jpg)

resource

created on: Thu Nov 13 2025