Skip to content

vim.xlam: v0.4.0

Compare
Choose a tag to compare
@sha5010 sha5010 released this 29 Mar 10:12
· 51 commits to main since this release

BREAKING CHANGES

  • Changed default keymaps #38
    • increase/decrease font size: < / >- / +
    • increment/decrement text: - / +< / >
    • increase/decrease decimal: [ / ]( / )
    • special paste: PgP
    • toggle read only: @a~
    • next/prev workbook: @n / @N[b / ]b
    • toggle freeze window: @wzf
    • toggle wrap text: @rzw
    • merge/unmerge: @m&
    • toggle function bar: @x=v
    • show file info: @sgs
    • set/unset print area: @p / @Pzp / zP

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