Skip to content

t9md/atom-vim-mode-visual-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-mode-visual-block

[DEPRECATED] Not maintained

I'm no longer maintaining this package.
Use vim-mode-plus instead it's have native visual-block-mode support.

If you want to fix any bug for this package, fork it and I'm OK you to release forked version.
Please don't ask me to fix this package.

It might be better to unpublish this package?
Please report issue if you have strong opinion for that.

Thank's for using this my package.

Note added at 2016.1.13

What WAS this?

Add visual-block operation to vim-mode.

gif

Temporarily workaround, until vim-mode support visual block mode natively. I'm not intended to complete solution.

Keymap

From version 0.2.5, starting to provide default keymap.

For older version user

  • Remove explicit keymap from keymap.cson and use default keymap.

Limitation

  • Count not supported.
  • Currently yank and paste for block range is not supported.
  • No support for non-contiguous multi selection.

Todo

  • Precise state check when escape from visual-block.
  • Support other insert-mode initiator like a, i, C.
  • Yank and paste support.
  • Concatenate undo transaction?.