From e2f4b5bd6e9d8cba940074e9959d6cebf496132a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 29 Mar 2016 09:00:55 +0200 Subject: vis: implement selection rotation In visual mode + and - will rotate the selection count times to the right or left respectively. If there exists a line containing multiple selections then the rotation happens within each line. Otherwise if each line contains at most one selection the rotation is performed among all existing selections. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index da9ccf3..c8b0ddb 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,8 @@ Operators can be forced to work line wise by specifying `V`. Ctrl-P remove primary cursor Ctrl-U make the count previous cursor primary Ctrl-D make the count next cursor primary + + rotates selections rightwards count times + - rotates selections leftwards count times Esc clear all selections, switch to normal mode In insert/replace mode -- cgit v1.2.3