Add tab command to open a file in a new tab

This commit is contained in:
Zachary Yedidia
2016-07-24 16:29:03 -04:00
parent ddcebe4946
commit 431eb12c96
3 changed files with 30 additions and 2 deletions

View File

@@ -141,6 +141,8 @@ Here are the possible commands that you can use.
* `hsplit filename`: same as `vsplit` but opens a horizontal split instead of
a vertical split
* `tab filename`: opens the given file in a new tab.
### Options
Micro stores all of the user configuration in its configuration directory.