> I'm wondering if there is a tool that can roughly estimate how many
> keystrokes (in vim) are needed to modify a file to another.
'diff -e' does that: it outputs an 'ed' script (see 'man diff').
So the lengh of 'diff -e' output gives you the number of
keystrokes.
Of course, it won't give you the minimal number of keystrokes
in Vim. Finding the minimal number of keystrokes would be
quite a challenge.
-- Dominique
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment