Vim for Advanced User

This Project for CommandLine Applications. includes configs and documentation. https://mrinjamul.github.io/unTutorials

Vim for Advanced User

Simple:

Basic:

further

text objects and motions

w - words

s - sentences

p - paragraphs

t -tags

a - all

i - in

t - ‘til

f - find forward

F - find backward

Commands

d - delete (also cut)

c - change (delete, then place in insert mode )

y - yank (copy)

v - visually select

Usages : [Commands] [text objects]

example:

diw delete in word

caw change all word

yi) yank all text in parentheses

di[ delete in bracket

dt delete until space

or dt. delete until dot

va' select inside ‘’

. repeat last Command

More Commands:

Macro

play a Macro

view a Macro

appending a macro

marker

delete a mark