Skip to content

Commit 4e2fe66

Browse files
committed
Update FAQ
1 parent f0ab3d3 commit 4e2fe66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: about.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ <h4>Help topics</h4>
101101
<h2>FAQs</h2>
102102
</div>
103103
<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>
105105
<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-&gt;Keys-&gt;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>
108108
<br>
109109
<h4>Can I contribute even if I don't know Go?</h4>
110110
<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

Comments
 (0)