Skip to content

vim shortcut #214

@vinhnx

Description

@vinhnx

basic vim shortcuts

gg: start of file
G: end of file
v: highlight
y: copy
p: paste
(A: appending txt)
dw: delete word
esc: escape
i: enter insert mode
x: delete character
o: insert new line
dd: delete current line
u: undo
/: search, then `esc` or `enter`, then "n" to next, "N" to previous search
$: move cursor to end of line
^: move cursor to start of line

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions