Pages

2011-11-06

Simple calculations in vim

From here.
In insert mode, <C-r>= to input calculations.
But only + - * / supported. And result auto converted to decimal when meeting hex.
Useful for hex to decimal.

No comments:

Post a Comment