Superb video buddy. Thank you. My personal favorite is tip 8. Moving selected text by two spaces left or right. For that depends on vim settings shiftwidth=2 must be set.
@@rogdex24 @deepakkumarah3830 its called line and col options in vim. for line :set cul which will add cusor line and vertical just add :set cuc (i.e) cursor column. Hope this helps
I saw this video too late, thanks
Superb video buddy. Thank you. My personal favorite is tip 8. Moving selected text by two spaces left or right. For that depends on vim settings shiftwidth=2 must be set.
very good!
Take my LIKE!
Thank you for the tips. It will be helpful on my CKAD exam
Good stuff! How did you got the Horizontal / Vertical lines? Is this VIM in VS Code?
in your home directory, look for .vimrc. Add this line in the .vimrc --> set ts=2 sts=2 et nu ai cuc cul
how to setup that ?
@@rogdex24 @deepakkumarah3830
its called line and col options in vim. for line :set cul which will add cusor line and vertical just add :set cuc (i.e) cursor column. Hope this helps
Very helpful. Thank you.