Skip to content

ctrl-v then G freeze editor. #214

@t9md

Description

@t9md

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'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions