Skip to content

Accept counts for python assignments #140

@urbainvaes

Description

@urbainvaes

At the moment, gJ from the beginning of the first line of

a = 1
b = 2
c = 3
d = 4
e = 5
f = 6
g = 7
h = 8

gives

a, b, c, d, e, f, g, h = 1, 2, 3, 4, 5, 6, 7, 8

It would be nice if the mapping gJ would accept a count, to allow joining a given number of lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions