You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`Neominimap bufOn [buffer_list]`| Enable the minimap for specified buffers. If no buffers are specified, enable for the current buffer. | Optional: List of buffers |
457
-
|`Neominimap bufOff [buffer_list]`| Disable the minimap for specified buffers. If no buffers are specified, disable for the current buffer. | Optional: List of buffers |
458
-
|`Neominimap bufToggle [buffer_list]`| Toggle the minimap for specified buffers. If no buffers are specified, toggle for the current buffer. | Optional: List of buffers |
459
-
|`Neominimap bufRefresh [buffer_list]`| Refresh the minimap buffers for specified buffers. If no buffers are specified, refresh for the current buffer. | Optional: List of buffers |
460
-
|`Neominimap TabOn [tab_list]`| Enable the minimap for specified tabpage. If no tabpages are specified, enable for the current tab. | Optional: List of tabpages |
461
-
|`Neominimap TabOff [tab_list]`| Disable the minimap for specified tabpages. If no tabpages are specified, disable for the current tab. | Optional: List of tabpages |
462
-
|`Neominimap TabToggle [tab_list]`| Toggle the minimap for specified tabpages. If no tabpages are specified, toggle for the current tab. | Optional: List of tabpages |
463
-
|`Neominimap TabRefresh [tab_list]`| Refresh the minimap tabs for specified tabs. If no tabs are specified, refresh for the current tab. | Optional: List of tabpages |
464
-
|`Neominimap winOn [window_list]`| Enable the minimap for specified windows. If no windows are specified, enable for the current window. | Optional: List of windows |
465
-
|`Neominimap winOff [window_list]`| Disable the minimap for specified windows. If no windows are specified, disable for the current window. | Optional: List of windows |
466
-
|`Neominimap winToggle [window_list]`| Toggle the minimap for specified windows. If no windows are specified, toggle for the current window. | Optional: List of windows |
467
-
|`Neominimap winRefresh [window_list]`| Refresh the minimap windows for specified windows. If no windows are specified, refresh for the current window. | Optional: List of windows |
468
-
|`Neominimap focus`| Focus on the minimap. Set cursor to the minimap window. | None |
469
-
|`Neominimap unfocus`| Unfocus the minimap. Set cursor back. | None |
- Creating or wiping out windows in tabpages as needed.
480
-
481
-
`Neominimap winRefresh` does the following:
482
-
483
-
- Opening or closing windows as needed.
484
-
- Updating window configurations, such as positions and sizes.
485
-
- Attaching windows to the correct buffers.
450
+
-**Global Commands:**
451
+
452
+
-`Neominimap Enable`
453
+
454
+
-**Description:** Enable minimaps globally.
455
+
-**Arguments:** None
456
+
457
+
-`Neominimap Disable`
458
+
459
+
-**Description:** Disable minimaps globally.
460
+
-**Arguments:** None
461
+
462
+
-`Neominimap Toggle`
463
+
464
+
-**Description:** Toggle minimaps globally.
465
+
-**Arguments:** None
466
+
467
+
-`Neominimap Refresh`
468
+
469
+
-**Description:** Refresh minimaps globally.
470
+
-**Arguments:** None
471
+
472
+
-**Buffer Commands:**
473
+
474
+
-`Neominimap BufEnable [buffer_list]`
475
+
476
+
-**Description:** Enable the minimap for specified buffers. If no buffers are specified, enable for the current buffer.
477
+
-**Arguments:** Optional: List of buffers
478
+
479
+
-`Neominimap BufDisable [buffer_list]`
480
+
481
+
-**Description:** Disable the minimap for specified buffers. If no buffers are specified, disable for the current buffer.
482
+
-**Arguments:** Optional: List of buffers
483
+
484
+
-`Neominimap BufToggle [buffer_list]`
485
+
486
+
-**Description:** Toggle the minimap for specified buffers. If no buffers are specified, toggle for the current buffer.
487
+
-**Arguments:** Optional: List of buffers
488
+
489
+
-`Neominimap BufRefresh [buffer_list]`
490
+
491
+
-**Description:** Refresh the minimap buffers for specified buffers. If no buffers are specified, refresh for the current buffer. It does the following:
492
+
1. Creating or wiping out buffers as needed.
493
+
2. Rendering minimap text and applying highlights.
494
+
-**Arguments:** Optional: List of buffers
495
+
496
+
-**Tab Commands:**
497
+
498
+
-`Neominimap TabEnable [tab_list]`
499
+
-**Description:** Enable the minimap for specified tabpage. If no tabpages are specified, enable for the current tab.
500
+
-**Arguments:** Optional: List of tabpages
501
+
-`Neominimap TabDisable [tab_list]`
502
+
-**Description:** Disable the minimap for specified tabpages. If no tabpages are specified, disable for the current tab.
503
+
-**Arguments:** Optional: List of tabpages
504
+
-`Neominimap TabToggle [tab_list]`
505
+
506
+
-**Description:** Toggle the minimap for specified tabpages. If no tabpages are specified, toggle for the current tab.
507
+
-**Arguments:** Optional: List of tabpages
508
+
509
+
-`Neominimap TabRefresh [tab_list]`
510
+
-**Description:** Refresh the minimap tabs for specified tabs. If no tabs are specified, refresh for the current tab. It does the following:
511
+
1. Creating or wiping out windows in tabpages as needed.
512
+
-**Arguments:** Optional: List of tabpages
513
+
514
+
-**Window Commands:**
515
+
516
+
-`Neominimap WinEnable [window_list]`
517
+
-**Description:** Enable the minimap for specified windows. If no windows are specified, enable for the current window.
518
+
-**Arguments:** Optional: List of windows
519
+
-`Neominimap WinDisable [window_list]`
520
+
-**Description:** Disable the minimap for specified windows. If no windows are specified, disable for the current window.
521
+
-**Arguments:** Optional: List of windows
522
+
-`Neominimap WinToggle [window_list]`
523
+
524
+
-**Description:** Toggle the minimap for specified windows. If no windows are specified, toggle for the current window.
525
+
-**Arguments:** Optional: List of windows
526
+
527
+
-`Neominimap WinRefresh [window_list]`
528
+
-**Description:** Refresh the minimap windows for specified windows. If no windows are specified, refresh for the current window. It does the following:
529
+
1. Opening or closing windows as needed.
530
+
2. Updating window configurations, such as positions and sizes.
531
+
3. Attaching windows to the correct buffers.
532
+
-**Arguments:** Optional: List of windows
533
+
534
+
-**Focus Commands:**
535
+
536
+
-`Neominimap Focus`
537
+
-**Description:** Focus on the minimap. Set cursor to the minimap window.
538
+
-**Arguments:** None
539
+
-`Neominimap Unfocus`
540
+
541
+
-**Description:** Unfocus the minimap. Set cursor back.
542
+
-**Arguments:** None
543
+
544
+
-`Neominimap ToggleFocus`
545
+
-**Description:** Toggle minimap focus.
546
+
-**Arguments:** None
486
547
487
548
### Usage Examples
488
549
@@ -495,13 +556,13 @@ To turn on the minimap globally:
0 commit comments