Results 2 comments of clpan

The following steps solved my problem. ``` pip install --upgrade cli_helpers ``` If that does not work, you can also upgrade tabulate: ``` pip install --upgrade tabulate ``` Also set...

Hi! I have a little workaround that moves cursor to the line below the visual block. You can easily modify it to make the cursor stays at the last line...