@@ -27,6 +27,8 @@ Other relevant documentation:
27
27
28
28
{Vi does not have a GUI}
29
29
30
+ This manual is also available at https://macvim.org/docs/gui_mac.txt.html .
31
+
30
32
==============================================================================
31
33
1. MacVim differences *macvim-differences*
32
34
@@ -249,6 +251,9 @@ the open event the FTok and Burl parameters are parsed (the latter is ignored
249
251
at the moment though). In the modified and closed events the Tokn parameter
250
252
is sent back to the server application.
251
253
254
+ The ODB editor protocol is documented at:
255
+ https://www.barebones.com/support/develop/odbsuite.html
256
+
252
257
==============================================================================
253
258
3. Settings *macvim-prefs* *macvim-preferences* *macvim-settings*
254
259
@@ -635,13 +640,14 @@ that items after it will be right-aligned, and is specified by names that
635
640
begin with "-flexspace" and ends with "-".
636
641
637
642
*macvim-touchbar-icon*
638
- You can specify icons for Touch Bar buttons the same way for toolbar icons
639
- (see | macvim-toolbar-icon | ). When a button has an icon, it won't show the menu
640
- name. Touch Bar icons should ideally be 36x36 pixels, and no larger than
641
- 44x44 pixels. >
643
+ You can specify icons for Touch Bar buttons the same way as toolbar icons,
644
+ including using SF Symbols (see | macvim-toolbar-icon | ). When a button has an
645
+ icon, it won't show the menu name. Touch Bar icons should ideally be 36x36
646
+ pixels, and no larger than 44x44 pixels. >
642
647
:an icon=/home/foo/bar.png TouchBar.DoThing :echo 'Do'<CR>
643
- You can use any image for the icon, but macOS comes with a few default
644
- template images designed for use with Touch Bar. Some examples: >
648
+ :an icon=gearshape.2 TouchBar.Setting <Nop>
649
+ macOS also comes with a few default template images designed for use with
650
+ Touch Bar. Some examples: >
645
651
:an icon=NSTouchBarListViewTemplate TouchBar.ShowList :ls<CR>
646
652
:an icon=NSTouchBarRefreshTemplate TouchBar.Refresh :e!<CR>
647
653
<
@@ -721,7 +727,7 @@ outline.
721
727
==============================================================================
722
728
11. System services *macvim-services*
723
729
724
- MacVim supports two system services. These can be accessed from the MacVim
730
+ MacVim provides two system services. These can be accessed from the MacVim
725
731
submenu in the Services menu or by right-clicking a selection. For services
726
732
to work, MacVim.app should be located in the /Applications folder. (You might
727
733
have to logout and then login again before macOS detects the MacVim services.)
@@ -735,6 +741,12 @@ These are the currently supported services:
735
741
The services respect the "Open files from applications" setting in the general
736
742
settings.
737
743
744
+ For the other direction, within MacVim, you can access system services
745
+ associated with selected texts (e.g. opening a URL, converting between
746
+ Traditional/Simplified Chinese, do a web search) by selecting them in visual
747
+ mode and opening the "Services" submenu either by right-clicking on the text,
748
+ or the top-level "MacVim" menu.
749
+
738
750
==============================================================================
739
751
12. mvim:// URL handler *mvim://* *macvim-url-handler*
740
752
0 commit comments