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

block mode visual selection is ignored. #28

Open
systemmonkey42 opened this issue Jan 18, 2018 · 1 comment
Open

block mode visual selection is ignored. #28

systemmonkey42 opened this issue Jan 18, 2018 · 1 comment

Comments

@systemmonkey42
Copy link

Hi,

Speeddating in visual block mode ignores the selection boundary.

With regular vim, typing ctrl-a in visual block mode, will only change the colunms which are selected.

Eg,
With visual-block mode
Ctrl-v -> [1]000 <- block selected character
Ctrl-a -produces 2000 in vim, but 1001 with vim-speeddating installed.

Ctrl-v -> [9]000 <- block selected character
Ctrl-a -produces 10000 in vim, but 9001 with vim-speeddating installed.

Is it possible to get the normal vim behaviour back with vim-speeddating in visual block mode?

Thanks

@tpope
Copy link
Owner

tpope commented Jan 29, 2018

This was an edge case I didn't consider. I would be okay with limiting speeddating's overrides to linewise and characterwise modes, if you want to attempt to add a passthrough for blockwise.

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

2 participants