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: index.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -122,6 +122,9 @@ <h4>Highly Customizable</h4>
122
122
123
123
<h4>Colors and Highlighting</h4>
124
124
<p>Micro supports over 75 languages and has 7 default colorschemes to choose from. Micro supports 16, 256, and truecolor themes. Syntax files and colorschemes are also very simple to make.</p>
125
+
126
+
<h4>Multiple Cursors</h4>
127
+
<p>Micro has support for Sublime-style multiple cursors, giving you lots of editing power directly in your terminal.</p>
125
128
</div>
126
129
127
130
<divclass="col-sm-6">
@@ -133,6 +136,9 @@ <h4>Common Keybindings</h4>
133
136
134
137
<h4>Mouse Support</h4>
135
138
<p>Micro has full support for the mouse. This means you can click and drag to select text, double click select by word, and triple click to select by line.</p>
139
+
140
+
<h4>Terminal Emulator (beta)</h4>
141
+
<p>Run a real interactive shell from within micro. You could open up a split with code on one side and bash on the other -- all from within micro.</p>
0 commit comments