dial.nvim icon indicating copy to clipboard operation
dial.nvim copied to clipboard

Using increment/decrement in a line?

Open Vermoot opened this issue 1 year ago • 0 comments

Hi! First of all, love the plugin.

I was wondering if there might be a way to use the increment and decrement functions in a single line. Say I have:

list = { 1, 2, 3, 4, 5, 6, 7 }

and I want to turn it into

list = { 2, 3, 4, 5, 6, 7, 8 }

This example is easily solved in other ways, but you get what I mean.

How can I do that? Thanks!

Vermoot avatar Jul 06 '24 11:07 Vermoot