Dead simple modal editor based off vim motions
go install github.com/amirali/virayeshgar/cmd/virayeshgar@latest
- lua integration
- line number
- relative line number
- status bar
- structured and modular status bar
- syntax highlighting
- hjkl
-
{
and}
paragraph jumps -
gg
andG
file jump -
:N
go to line N -
Nh
,Nj
,Nk
,Nl
to navigate by N
-
i
andI
insert mode -
a
andA
insert mode -
o
andO
insert mode -
/
search mode -
dd
cut single line -
x
cut single character -
Ndd
cut N lines -
yy
yank single line -
Nyy
yank N lines -
p
andP
paste single line -
u
undo -
ctrl+r
redo -
ce
insert mode -
ci
insert mode
- insert mode
- normal mode
- command mode
- visual mode
-
w
write -
q
quit -
wq
write and quit -
q!
quit without write