Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual block mode is interrupted when typing '>' #46

Open
jonsmithers opened this issue Jul 6, 2019 · 1 comment
Open

Visual block mode is interrupted when typing '>' #46

jonsmithers opened this issue Jul 6, 2019 · 1 comment

Comments

@jonsmithers
Copy link

jonsmithers commented Jul 6, 2019

To reproduce:

  1. Make sure the plugin is active (:imap > should show that > has been mapped)
  2. Enter visual-block mode (CTRL-V), and make a selection
  3. Enter "visual block insert" mode (by pressing I, c, or A).
  4. As soon as you type > in this mode, vim exits visual block mode prematurely.
@jonsmithers
Copy link
Author

jonsmithers commented Jul 6, 2019

possibly related issues:

  • If you insert a string containing the > character, you have to press undo (u) twice to undo a single insert action. If I want to use the . repeat key to repeat a text insertion containing >, it only inserts the portion of the string AFTER the > character.
  • I'm unable to properly insert > while in vim-visual-multi's multiple cursor mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant