@@ -330,12 +330,17 @@ All Options are follows:
330
330
## All of the following commented configuration items have default values.
331
331
332
332
[Editor]
333
+ ## If enabled, when the Close button of the application window is clicked,
334
+ ## the application will exit without confirmation, even if there are unsaved
335
+ ## updates.
336
+ IgnoreSaveConfirmationWithCloseButton = false
337
+
333
338
## Makes the application window frameless.
334
339
# BorderlessWindow = false
335
340
336
341
## Controls whether the title bar is displayed when the borderless
337
- ## window setting is enabled.
338
- # HideTitlebar = false
342
+ ## window setting is enabled.
343
+ # HideTitlebar = false
339
344
340
345
## Editor minimum window width (>= 400)
341
346
# Width = 800
@@ -354,12 +359,12 @@ All Options are follows:
354
359
# LineToScroll = 1
355
360
356
361
## MouseScrollingUnit sets the mode of mouse scrolling.
357
- ## "line" scrolls in lines.
358
- ## "pixel" scrolls in pixels.
359
- ## "smart" scrolls in pixels when the amount of scrolling is small, and
360
- ## scrolls in lines when the amount of scrolling is large.
361
- ## The default value is "smart" on macos, and "line" on other operating systems.
362
- # MouseScrollingUnit = "line"
362
+ ## "line" scrolls in lines.
363
+ ## "pixel" scrolls in pixels.
364
+ ## "smart" scrolls in pixels when the amount of scrolling is small, and
365
+ ## scrolls in lines when the amount of scrolling is large.
366
+ ## The default value is "smart" on macos, and "line" on other operating systems.
367
+ # MouseScrollingUnit = "line"
363
368
364
369
## This option makes the whole GUI window in semi-transparent.
365
370
## This setting also implicitly enables the Drawborder setting
@@ -434,11 +439,10 @@ All Options are follows:
434
439
## "normal", "insert", "replace", "visual", "visual_select",
435
440
## "cmdline_normal", "cmdline_insert", "cmdline_replace", etc.
436
441
# ModeEnablingIME = []
437
-
438
442
439
443
## This option allows you to hide the mouse cursor in the gooneovim window
440
- ## when you type a key, and to redisplay it when you move the mouse cursor again.
441
- # HideMouseWhenTyping = false
444
+ ## when you type a key, and to redisplay it when you move the mouse cursor again.
445
+ # HideMouseWhenTyping = false
442
446
443
447
## Draw borders on the GUI side instead of the vertical border and status line that nvim draws.
444
448
# DrawWindowSeparator = false
0 commit comments