-
Wrap selected lines with two different values:
S → i → input1:"content" input2:"content2"
-
Wrap selected lines with html tag:
S → t → "htmltag" -
Open window with cursor-relevant message:
Ctrl + W → d
-
Go inside line string in edit mode(useful to go inside html element class):
f → " → a -
Change the tag of html element:
c → s → t → input:"tagname"
-
List information on all available LSPs:
:help lspconfig-all
-
Manage Treesitter installations:
:TSInstallInfo
-
Indent selection by one space:
:normal! I -
Delete all matching patterns:
:%s/pattern/