--- date: 2021-03-10T07:38 tags: - vim --- # the expression register The expression register (`=`) can be used to evaluate expressions, like `2+3`. If this register is used while in Insert mode (`=`), the results of the expression will be inserted after the expression is evaluated.