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

evil-indent-right behaves differently than vim in visual block mode #772

Open
emidln opened this issue Feb 15, 2017 · 0 comments
Open

evil-indent-right behaves differently than vim in visual block mode #772

emidln opened this issue Feb 15, 2017 · 0 comments

Comments

@emidln
Copy link

emidln commented Feb 15, 2017

evil-indent-right (bound to >) behaves line-wise during a visual block selection (using C-v). For example:

   {offset       :- (s/maybe s/Int)            0}
   {fields       :- [s/Keyword]                nil}
   {count?       :- s/Bool                     false}
   {unique-user-count?       :- s/Bool                     false}

If the point is at line 1 on the : and I do C-v j j >, the first three lines are indented, instead of the visually selected block.

I'm using Emacs 25.1.1 on Fedora 25 (x86_64). I installed evil from spacemacs@develop (as of 3072e7277340f1111bbeeed19f3e834bc05513e7).

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

No branches or pull requests

2 participants