Skip to content

Commit

Permalink
[Bug 423219] Vi Keybindings - '.' repeats previous edit, number prefi…
Browse files Browse the repository at this point in the history
…x repeats text insertions --Signed-off-by: Steve Jahns <s.t.jahns@gmail.com>
  • Loading branch information
stjahns committed Dec 4, 2013
1 parent 35e6741 commit aa6ce7a
Show file tree
Hide file tree
Showing 2 changed files with 282 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ define({
"vip": "Paste After Char or Line", //$NON-NLS-1$ //$NON-NLS-0$
"viP": "Paste Before Char or Line", //$NON-NLS-1$ //$NON-NLS-0$
"viStar": "Search Word Under Cursor", //$NON-NLS-1$ //$NON-NLS-0$
"viDot": "Repeat Last Edit", //$NON-NLS-1$ //$NON-NLS-0$


"replaceAll": "Replacing all...", //$NON-NLS-1$ //$NON-NLS-0$
Expand Down

0 comments on commit aa6ce7a

Please sign in to comment.