1Reply::Plugin::Editor(3U)ser Contributed Perl DocumentatiRoenply::Plugin::Editor(3)
2
3
4
6 Reply::Plugin::Editor - command to edit the current line in a text
7 editor
8
10 version 0.42
11
13 ; .replyrc
14 [Editor]
15 editor = emacs
16
18 This plugin provides the "#e" command. It will launch your editor, and
19 allow you to edit bits of code in your editor, which will then be
20 evaluated all at once. The text you entered will be saved, and restored
21 the next time you enter the command. Alternatively, you can pass a
22 filename to the "#e" command, and the contents of that file will be
23 preloaded instead.
24
25 The "editor" option can be specified to provide a different editor to
26 use, otherwise it will use the value of $ENV{VISUAL} or $ENV{EDITOR}.
27
29 Jesse Luehrs <doy@tozt.net>
30
32 This software is Copyright (c) 2016 by Jesse Luehrs.
33
34 This is free software, licensed under:
35
36 The MIT (X11) License
37
38
39
40perl v5.34.0 2022-01-21 Reply::Plugin::Editor(3)