logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Reply::Plugin::Editor - command to edit the current line in a text editor

Author

       Jesse Luehrs <doy@tozt.net>

Description

       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}.

Name

       Reply::Plugin::Editor - command to edit the current line in a text editor

Synopsis

         ; .replyrc
         [Editor]
         editor = emacs

Version

       version 0.42

See Also