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

ctrl-v then G freeze editor. #214

Closed
t9md opened this issue Mar 30, 2016 · 1 comment
Closed

ctrl-v then G freeze editor. #214

t9md opened this issue Mar 30, 2016 · 1 comment

Comments

@t9md
Copy link
Owner

t9md commented Mar 30, 2016

Yes, this is known limitation and can't find solution by now.
visual-blockwise mode is achieved by Atom's multiple-selection feature.
Selection use marker under the hood.
When you do ctrl-v then G it try to add selection and same number of marker against ALL LINES OF BUFFER.
When you add many marker in Atom, it get very slow almost freeze, depending of your computer power.

So if you don't want editor freeze by your old finger memory, disable it to save your time.

# This work, any command not exist is OK to make keystroke useless.
'atom-text-editor.vim-mode-plus.visual-mode.blockwise':
  'G': 'DONT_MOVE_TO_LAST_LINE'
@t9md
Copy link
Owner Author

t9md commented Dec 12, 2016

Sittin in README.md for a long time already. Nothing particular to do in this issue. So close.

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

1 participant