vimmotion

to make life easier

type: fragment

cluster: tech
related: nixcats-nvim

wisdom

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

If a certain action has a default option, tried that default one first to know the difference.

my keybinds

Default + plugins

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)

s(pattern)
from Flash plugin

telescope (file navigate and more)
Ladder ff, f..

yazi-manship
ladder e
C-wv or :vs
Split vertically
C-ww
Go next split

:tabnew
Make new empty tab
gt
go next tab

resources

created on: Thu Nov 13 2025