Reply::Plugin::Editor(3pm) | User Contributed Perl Documentation | Reply::Plugin::Editor(3pm) |
Reply::Plugin::Editor - command to edit the current line in a text editor
version 0.42
; .replyrc [Editor] editor = emacs
This plugin provides the "#e" command. It will launch your editor, and allow you to edit bits of code in your editor, which will then be evaluated all at once. The text you entered will be saved, and restored the next time you enter the command. Alternatively, you can pass a filename to the "#e" command, and the contents of that file will be preloaded instead.
The "editor" option can be specified to provide a different editor to use, otherwise it will use the value of $ENV{VISUAL} or $ENV{EDITOR}.
Jesse Luehrs <doy@tozt.net>
This software is Copyright (c) 2016 by Jesse Luehrs.
This is free software, licensed under:
The MIT (X11) License
2022-06-17 | perl v5.34.0 |