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.
@deepakkumarsah38302 жыл бұрын
Good stuff! How did you got the Horizontal / Vertical lines? Is this VIM in VS Code?
@sharifrezaie5438 Жыл бұрын
in your home directory, look for .vimrc. Add this line in the .vimrc --> set ts=2 sts=2 et nu ai cuc cul
@rogdex24 Жыл бұрын
how to setup that ?
@singhsankar28 күн бұрын
@@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
@ramilm9793 Жыл бұрын
Thank you for the tips. It will be helpful on my CKAD exam