Skip to content

Commit f895018

Browse files
committed
Rephrase some features
1 parent 1b349df commit f895018

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

index.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,28 +99,29 @@ <h2>Features</h2>
9999
</div>
100100
</div>
101101
<div class="col-lg-6">
102-
<h4>Sane Defaults</h4>
103-
<p>All of micro's many options are standard and what one would expect. The options are all easily configurable should you want to change them.</p>
102+
<h4>Easy to Use</h4>
103+
<p>Micro's number one feature is being easy to install (it's just a static binary with no dependencies) and easy to use.</p>
104104

105-
<h4>Mouse Support</h4>
106-
<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>
105+
<h4>Highly Customizable</h4>
106+
<p>Use a simple json format to configure your options and rebind keys to your liking. If you need more power, you can use Lua to configure the editor further.</p>
107107

108-
<h4>Common Keybindings</h4>
109-
<p>Micro's keybindings are what you would expect from a simple-to-use editor. You can also rebind any of the bindings without problem in the <code>bindings.json</code> file.</p>
108+
<h4>Colors and Highlighting</h4>
109+
<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>
110110
</div>
111111

112112
<div class="col-lg-6">
113113
<h4>Plugin System</h4>
114114
<p>Micro supports a full-blown plugin system. Plugins are written in Lua and there is a plugin manager to automatically download and install your plugins for you.</p>
115115

116-
<h4>Colors and Highlighting</h4>
117-
<p>Micro supports syntax highlighting for 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>
116+
<h4>Common Keybindings</h4>
117+
<p>Micro's keybindings are what you would expect from a simple-to-use editor. You can also rebind any of the bindings without problem in the <code>bindings.json</code> file.</p>
118118

119-
<h4>Easy to Use</h4>
120-
<p>Micro's number one feature is being easy to install (it's just a static binary with no dependencies) and easy to use.</p>
119+
<h4>Mouse Support</h4>
120+
<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>
121121
</div>
122122

123123
<div class="col-lg-12">
124+
<br>
124125
<p style="padding-top: 20px;">And much more! Check out the full list of features <a href="https://github.com/zyedidia/micro#features">here</a> as well as the built-in help system also viewable online <a href="https://github.com/zyedidia/micro/tree/master/runtime/help">here</a>.
125126
</div>
126127
</div>
@@ -148,19 +149,19 @@ <h2>Contributing</h2>
148149
<h2>Testimonials</h2>
149150
</div>
150151
<ul class="testimonials">
151-
<li><p><a href="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">Finally a simple editor that just works, with amazing mouse support.</a></p></li>
152+
<li><p><a href="https://gitter.im/zyedidia/micro?at=57c5b2069bac566763729ac2">"Finally a simple editor that just works, with amazing mouse support."</a></p></li>
152153
<li><p><a href="https://www.reddit.com/r/golang/comments/4f8e0q/micro_a_modern_and_intuitive_terminalbased_text/d26qse8">"I really love this. This is definitely replacing nano for me."</a></p></li>
153154
<li><p><a href="https://github.com/zyedidia/micro/issues/217#issuecomment-243134046">"Keep up the great work, you have saved me from Nano and Vim suffering!"</a></p></li>
154155
<li><p><a href="https://twitter.com/kelseyhightower/status/770735086400577536">"The micro text editor is dope."</a></p></li>
155-
<li><p><a href="https://www.reddit.com/r/commandline/comments/5059qw/micro_a_modern_and_intuitive_terminalbased_text/d71t2y8">Nice, readable source, with generous use of comments. I wonder if this is that "idiomatic go" I keep hearing about.</a></p></li>
156+
<li><p><a href="https://www.reddit.com/r/commandline/comments/5059qw/micro_a_modern_and_intuitive_terminalbased_text/d71t2y8">"Nice, readable source, with generous use of comments. I wonder if this is that 'idiomatic go' I keep hearing about."</a></p></li>
156157
</ul>
157158
</div>
158159
</div>
159160

160161
<br>
161162

162163
<footer class="footer">
163-
<p>View the source code for this website on Github</p>
164+
<p>View the source code for this website on <a href="https://github.com/micro-editor/micro-editor.github.io">Github</a></p>
164165
</footer>
165166
</div> <!-- /container -->
166167

0 commit comments

Comments
 (0)