Tuesday, January 22, 2019

Evaluating the cost to type something in vim

Hi,

I'd like to evaluate the cost of typing in vim. It should not just
simply counting the number of characters or words.

For example, the metric should capture things like the following and more.

- If there are two lines that are the same, people would type the
first line and copy-paste to generate the 2nd line. So the number of
keystrokes would be less than the total number of characters.
- If two strings are similar, people would make a copy and edit the copy.
- Repeatedly type something would be considered of less cost than type
non-repetitive characters of the same length.
- ctrl-P/N to save keystrokes for the words already typed before.
etc.

Is there a tool to evaluate the least cost to type something in vim as
accurately as possible? Thanks.

--
Regards,
Peng

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: