diff options
author | Keith Smiley <keithbsmiley@gmail.com> | 2015-12-10 00:14:39 -0800 |
---|---|---|
committer | Keith Smiley <keithbsmiley@gmail.com> | 2015-12-10 00:14:39 -0800 |
commit | dcdf60573507a05c987019074c8915bb8287e69a (patch) | |
tree | 60288f6a4b634fc4070a9df7622413c1cb97b010 /README.md | |
parent | 14503786d1ff3a91cee1b05698faf60e1f7bb371 (diff) | |
download | edit-dcdf60573507a05c987019074c8915bb8287e69a.tar.gz edit-dcdf60573507a05c987019074c8915bb8287e69a.zip |
Allow editor configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -11,6 +11,15 @@ compose messages in your `$EDITOR`. # Save and quit ``` +# Configuration + +If you'd like to customize the editor you use outside of the `$EDITOR` +environment variable, you can set it in weechat. + +```sh +/set plugins.var.python.edit.editor "vim -f" +``` + # Installation Copy the script to `~/.weechat/python/autoload` |