mirror of
https://github.com/Hopiu/micro.git
synced 2026-05-18 11:31:08 +00:00
Merge pull request #225 from jfchevrette/patch-1
Fix typo in tutorial.md
This commit is contained in:
commit
209cdccdc5
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ what actions are available, see the `keybindings` help topic (`> help keybinding
|
||||||
|
|
||||||
If you need more power than the json files provide, you can use the `init.lua`
|
If you need more power than the json files provide, you can use the `init.lua`
|
||||||
file. Create it in `~/.config/micro`. This file is a lua file that is run
|
file. Create it in `~/.config/micro`. This file is a lua file that is run
|
||||||
when micro starts and is essential a one-file plugin.
|
when micro starts and is essentially a one-file plugin.
|
||||||
|
|
||||||
I'll show you how to use the `init.lua` file by giving an example of how to
|
I'll show you how to use the `init.lua` file by giving an example of how to
|
||||||
create a binding to `CtrlR` which will execute `go run` on the current file,
|
create a binding to `CtrlR` which will execute `go run` on the current file,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue