Skip to content

Commit

Permalink
Expanded help
Browse files Browse the repository at this point in the history
  • Loading branch information
test committed Jan 14, 2021
1 parent b105592 commit 8ebfe39
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions help/selfexec.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ The default binding is to `Ctrl-r`, which conflicts with `ToggleRuler`.
The current implementation depends on being able to run a sh script and the exec syscall. No application state is saved, but thel list of currently open files is passed to the new session. You must save any files you've changed before executing the command. The behaviour is as if the program crashed, but backup restoration is set to manual mode.

For further information please review the plugin source.

# Development
Development is with the help of the Nix package manager.

See `nix/run.sh` for how things are invoked.

The plugin as of v2.0.8 requires a patch to micro to work. This patch is also located in the `nix` directory.

# Without Nix

The plugin can be used without Nix.

Compile micro with the patch in `nix` and then use the plugin as usual.

0 comments on commit 8ebfe39

Please sign in to comment.