vim.xlam: v0.4.0
BREAKING CHANGES
- Changed default keymaps #38
- increase/decrease font size:
<
/>
→-
/+
- increment/decrement text:
-
/+
→<
/>
- increase/decrease decimal:
[
/]
→(
/)
- special paste:
P
→gP
- toggle read only:
@a
→~
- next/prev workbook:
@n
/@N
→[b
/]b
- toggle freeze window:
@w
→zf
- toggle wrap text:
@r
→zw
- merge/unmerge:
@m
→&
- toggle function bar:
@x
→=v
- show file info:
@s
→gs
- set/unset print area:
@p
/@P
→zp
/zP
- increase/decrease font size:
Features:
- Added yankAsPlaintext command #38
- Added applyCommaStyle command #38
- Added AutoSum related features (prefix:
=
) #38
Changes:
- Support for append/insert for row/column paste #38
- Changed behavior of union/except select cells #38
Fixes:
- Fixed a bug that some commands was not working with files on OneDrive and SharePoint
- Fixed scrolling behavior in visual mode