vim commands every engineer should know
dd -> delete the current line
dl -> delete letter
dw -> delete words
dG -> jump to end of file
yy -> copy the current line
p -> used to paste content
% -> iterate through open and closing brackets
u -> undo a change
/[word] -> Search a word a...
rishabh157.hashnode.dev1 min read