]> git.lizzy.rs Git - micro.git/blobdiff - runtime/help/commands.md
Merge pull request #384 from boombuler/logview
[micro.git] / runtime / help / commands.md
index 244b14943eb0e60b21b7ee33de804e2bb4372790..0eff5e691bc0aa2f9aa44ffaf991cfcd5bb9e95e 100644 (file)
@@ -24,6 +24,10 @@ Here are the possible commands that you can use.
 
 * `show option`: shows the current value of the given option.
 
+* `eval "expression"`: Evaluates a Lua expression. Note that micro will not
+   print anything so you should use `messenger:Message(...)` to display a
+   value.
+
 * `run sh-command`: runs the given shell command in the background. The 
    command's output will be displayed in one line when it finishes running.
 
@@ -38,6 +42,8 @@ Here are the possible commands that you can use.
 
 * `tab filename`: opens the given file in a new tab.
 
+* `log`: opens a log of all messages and debug statements
+
 ---
 
 The following commands are provided by the default plugins: