yank key description
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 1 Aug 2008 19:49:43 +0000 (19:49 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 7 Aug 2008 22:08:37 +0000 (22:08 +0000)
For newbies unfamiliar with vi terminology.

vim-cmds.inc.pl

index cb18908f12c317d971bc5381e169079859b557e9..3dc09845909ae4b42d42f3e37ea073e90d7ea327 100644 (file)
@@ -111,7 +111,7 @@ use utf8;
        'x' => ["delete char", "co undo"],
        'X' => ["back$sign{_}space", "co undo"],
        '^x'=> ["subs$sign{_}tract", "co undo"],
-       'y' => ["yank", "co argm"],
+       'y' => ["yank", "co argm", '(copy)'],
        'Y' => ["yank line", "co"],
        '^y'=> ["window up", "po", 'Yield'],
        'z' => ["extra cmds", "me arg modez"],