Update docs

Fixes #486
This commit is contained in:
Zachary Yedidia
2016-12-14 10:30:03 -05:00
parent 000197fd28
commit 5f50d79efa
3 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ If you don't have xclip or xsel, micro will use an internal clipboard for copy a
If you open micro and it doesn't seem like syntax highlighting is working, this is probably because If you open micro and it doesn't seem like syntax highlighting is working, this is probably because
you are using a terminal which does not support 256 color. Try changing the colorscheme to `simple` you are using a terminal which does not support 256 color. Try changing the colorscheme to `simple`
by running `> set colorscheme simple`. by pressing CtrlE in micro and typing `set colorscheme simple`.
If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set If you are using the default Ubuntu terminal, to enable 256 make sure your `TERM` variable is set
to `xterm-256color`. to `xterm-256color`.

File diff suppressed because one or more lines are too long

View File

@@ -29,7 +29,7 @@ Micro comes with a number of colorschemes by default. Here is the list:
* atom-dark-tc: this colorscheme is based off of Atom's "dark" colorscheme. * atom-dark-tc: this colorscheme is based off of Atom's "dark" colorscheme.
It requires true color to look good. It requires true color to look good.
To enable one of these colorschemes just run the command `set colorscheme solarized`. To enable one of these colorschemes just press CtrlE in micro and type `set colorscheme solarized`.
(or whichever one you choose). (or whichever one you choose).
--- ---