Open davidbrochart opened 4 years ago
pyvim 3.0.2, prompt_toolkit 3.0.1
Launch pyvim, write e.g. two lines:
foo bar
Select first column of both lines with CTRL-v, hit d. The first line is deleted, the second line is untouched.
d
pyvim 3.0.2, prompt_toolkit 3.0.1
Launch pyvim, write e.g. two lines:
Select first column of both lines with CTRL-v, hit
d
. The first line is deleted, the second line is untouched.