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
Copy file name to clipboardExpand all lines: readmes/mini-keymap.md
+27-47Lines changed: 27 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,12 +104,10 @@ notify_many_keys('l')
104
104
105
105
This plugin can be installed as part of 'mini.nvim' library (**recommended**) or as a standalone Git repository.
106
106
107
-
During beta-testing phase there is only one branch to install from:
108
-
<!-- There are two branches to install from:-->
107
+
There are two branches to install from:
109
108
110
-
-`main` (default,**recommended**) will have latest development version of plugin.
111
-
<!-- - `main` (default, **recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled).-->
112
-
<!-- - `stable` will be updated only upon releases with code tested during public beta-testing phase in `main` branch.-->
109
+
-`main` (default,**recommended**) will have latest development version of plugin. All changes since last stable release should be perceived as being in beta testing phase (meaning they already passed alpha-testing and are moderately settled).
110
+
-`stable` will be updated only upon releases with code tested during public beta-testing phase in`main` branch.
113
111
114
112
Here are code snippets for some common installation methods (use only one):
115
113
@@ -122,23 +120,17 @@ Here are code snippets for some common installation methods (use only one):