Insertion in Visual Block Mode
Iām having problems inserting text over multiple lines in Visual Block mode
Info
- Platform: Ubuntu
- Platform version: Ubuntu 18.04.2 LTS (bionic)
- App Version: (4.2.0)
- Package (
inkdrop-vim
): 1.0.1
Reproduce
To reproduce:
- Create multiple lines of text
-
<ctrl> + v
to enter linewise-visual-mode -
j j
to move down over multiple lines -
<shift> + i
to insert (either at the beginning of line or āat targetā)
The cursor moves to lines that arenāt in the selection.
Additionally, <shift> + i
in visual mode doesnāt not allow insertion
Additional (Suggestion):
- If I understand correctly, the inkdrop package is based on the Atom
vim-mode
package. It would be really nice if the inkdrop package was migrated to be based on the updated, feature-richAtom-vim-mode-plus
package instead.