We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here you can find custom commands created by the community. Feel free to add your own :)
D = { cmd = "d" }
Example use case: 1,10D to delete lines 1 to 10 in the current buffer
1,10D
G = { cmd = "g" }
Example use case: deleting all lines in a buffer that match a given pattern