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
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,6 @@
30
30
31
31
ga('create','UA-66418971-2','auto');
32
32
ga('send','pageview');
33
-
console.log("asdf")
34
33
</script>
35
34
</head>
36
35
<body>
@@ -110,9 +109,6 @@ <h4>Can micro support the Command key on Mac?</h4>
110
109
<h4>Can I contribute even if I don't know Go?</h4>
111
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>
112
111
<br>
113
-
<h4>How can I donate?</h4>
114
-
<p>We appreciate the gesture, but we don't accept donations.</p>
115
-
<br>
116
112
<h4>Syntax highlighting isn't working well. I only see a few colors/no colors</h4>
117
113
<p>Your <code>TERM</code> variable probably indicates that your terminal only supports 16 colors. You can change it like so to enable 256 colors: <code>$ export TERM=xterm-256color</code>. Alternatively you can use one of micro's 16 color colorschemes by running <code>> set colorscheme simple</code>.
0 commit comments