mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
action/command: Add optional flag -hsplit & -vsplit to help
This commit is contained in:
@@ -21,10 +21,13 @@ quotes here but these are not necessary when entering the command in micro.
|
||||
This command will modify `bindings.json` and overwrite any bindings to
|
||||
`key` that already exist.
|
||||
|
||||
* `help ['topic']`: opens the corresponding help topic. If no topic is provided
|
||||
opens the default help screen. Help topics are stored as `.md` files in the
|
||||
`runtime/help` directory of the source tree, which is embedded in the final
|
||||
binary.
|
||||
* `help ['topic'] ['flags']`: opens the corresponding help topic.
|
||||
If no topic is provided opens the default help screen.
|
||||
Help topics are stored as `.md` files in the `runtime/help` directory of
|
||||
the source tree, which is embedded in the final binary.
|
||||
The `flags` are optional.
|
||||
* `-hsplit`: Opens the help topic in a horizontal split (default for initial split)
|
||||
* `-vsplit`: Opens the help topic in a vertical split
|
||||
|
||||
* `save ['filename']`: saves the current buffer. If the file is provided it
|
||||
will 'save as' the filename.
|
||||
|
||||
Reference in New Issue
Block a user