Skip to content

Goneovim v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 03:53

Features:

  • Add support for launching Goneovim as a frontend to nvim of WSL2 environment via "--wsl" option

  • Add support neovim exit code

  • Add a process to reposition the float window within the application window when the float window overflows the application window.

  • Add Support restoreing previous window geometry

  • Add Support for specifying window size by lines and columns option. See :h lines or :columns

  • Add --nofork option and add support for running applications in the background by default

  • Add SmoothScrollDuration setting item.

    [Editor]
    # ...
    SmoothScrollDuration = 300
    
  • Add IgnoreFirstMouseClickWhenAppInactivated setting item to control whether cursor movement is enabled or disabled by mouse click when the application is inactive.

  • Add GonvimSidebarToggle command

Fixes: