Features:
-
Add a config
FileOpenCmd
to specify the command to use to open a file (#203) -
Add a config
ReversingScrollDirection
to change the scroll direction to the inverse direction. -
Add a config
LineToScroll
to change the amount of scrolling by the mouse wheel. -
Add
GonvimLigatures
command to toggle font ligatures -
Add Smooth Cursor. Toggle the feature with
GonvimSmoothCursor
command, or add the following to your config file.[Cursor] SmoothMove = true
Changes:
- Enabled to specify the way to open the external file explorer file with FileOpenCmd. (#235)
Fixes:
- #206
- #204
- #209
- #212
- #215
- #217
- #222
- #227
- #230
- Improved smooth scrolling behavior.
- Fix a problem where the drawing area by smooth scrolling becomes narrow when the window width is narrow
- Fix an issue where the indentation guide was not displayed when creating a new window
- Fix an issue where the foreground color is not changed when changing the colorscheme