From 455f099b504ec07dd492ab31987ae05a6f6774c7 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 28 Sep 2015 12:39:59 -0500 Subject: Adds atom packages --- atom/packages/vim-mode-visual-block/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'atom/packages/vim-mode-visual-block/README.md') diff --git a/atom/packages/vim-mode-visual-block/README.md b/atom/packages/vim-mode-visual-block/README.md index 1be6782..7918470 100644 --- a/atom/packages/vim-mode-visual-block/README.md +++ b/atom/packages/vim-mode-visual-block/README.md @@ -17,7 +17,8 @@ For older version user * Remove explicit keymap from `keymap.cson` and use default keymap. # Limitation -- Currently yank and paste for block range is not suppoted. +- Count not supported. +- Currently yank and paste for block range is not supported. - No support for non-contiguous multi selection. # Todo -- cgit