-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command to query/add/remove current buffer from config #5
Comments
Thank you for your interest in the plugin and the idea of adding commands to it. Currently, I am not sure whether adding these commands would benefit the plugin, for the following reasons:
Nevertheless, I will leave the issue open so others can present their opinion as well. |
Well, the main idea behind this is to make it easy to see and change the configuration. Both are difficult for the moment (have to remember the setting name). Another idea to make it easy to know the configuration of channels would be to integrate with buffers.pl and show an icon next to each buffer. |
I'm a little late to the party, but I figured I'd chime in. Weechat allows you to create an alias (or alternatively, a key binding) to set the value of options. For example, to create an alias
Additionally, you can enclose the
Note that this command blindly overwrites the value of I am using weechat version 3.1. |
There are two configuration options that can hold buffers:
It would be great to have a command to add / remove the current buffer from these lists, or query it. I was thinking of something like:
Could you think of better command names?
What do you think ? Would a PR like this accepted ?
Thank you.
The text was updated successfully, but these errors were encountered: