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: about.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -101,10 +101,10 @@ <h4>Help topics</h4>
101
101
<h2>FAQs</h2>
102
102
</div>
103
103
<h4>Does micro support Vi keybindings?</h4>
104
-
<p>No, if you want to use Vim then use Vim.</p>
104
+
<p>Currently micro does not have any sort of Vim emulation. However, this is the next major feature that is planned, so stay tuned.</p>
105
105
<br>
106
-
<h4>Can micro support the Command key on Mac?</h4>
107
-
<p>Unfortunately terminals don't send key events for the Command key so it's impossible for micro to make keybindings for it.</p>
106
+
<h4>Can micro support the Command key on MacOS?</h4>
107
+
<p>Unfortunately terminals don't send key events for the Command key so it's impossible for micro to make keybindings for it. One solution in iTerm2 is in 'Preferences->Keys->Remap Modifiers' and select 'Remap left command key to control.' Note that command will no longer be usable in iTerm2 for terminal keybindings (such as command-q to quit, or command-d to split).</p>
108
108
<br>
109
109
<h4>Can I contribute even if I don't know Go?</h4>
110
110
<p>Yes! You can help by creating colorschemes or syntax files or by improving the documentation. If you know Lua you can write plugins.</p>
0 commit comments