Skip to content

Custom commands showcase

Jonas Strittmatter edited this page Oct 11, 2022 · 2 revisions

Here you can find custom commands created by the community. Feel free to add your own :)

:d[elete]

D = { cmd = "d" }

Example use case: 1,10D to delete lines 1 to 10 in the current buffer

:g[lobal]

G = { cmd = "g" }

Example use case: deleting all lines in a buffer that match a given pattern

global

Clone this wiki locally