Last Updated: February 25, 2016
·
1.318K
· agentcosmic

Use Vim as a calculator

Rather than opening the calculator app, why not just do it in vim?
For example, to count how many seconds in a day:

:echo 60 * 60 * 24