diff options
| author | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
|---|---|---|
| committer | Vito Graffagnino <vito@graffagnino.xyz> | 2020-09-08 18:10:49 +0100 |
| commit | 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 (patch) | |
| tree | 2116c49a845dfc0945778f2aa3e2118d72be428b /.weechat-tutorial/iset.conf | |
| parent | 8cc927e930d5b6aafe3e9862a61e81705479a1b4 (diff) | |
Added the relevent parts of the .config directory. Alss add ssh config
Diffstat (limited to '.weechat-tutorial/iset.conf')
| -rwxr-xr-x | .weechat-tutorial/iset.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.weechat-tutorial/iset.conf b/.weechat-tutorial/iset.conf new file mode 100755 index 0000000..1235f3e --- /dev/null +++ b/.weechat-tutorial/iset.conf @@ -0,0 +1,31 @@ +# +# weechat -- iset.conf +# + +[color] +bg_selected = red +help_default_value = green +help_option_name = white +help_text = default +option = default +option_selected = white +type = brown +type_selected = yellow +value = cyan +value_diff = magenta +value_diff_selected = lightmagenta +value_selected = lightcyan +value_undef = green +value_undef_selected = lightgreen + +[help] +show_help_bar = on +show_help_extra_info = on +show_plugin_description = off + +[look] +scroll_horiz = 10 +show_current_line = on +use_color = off +use_mute = off +value_search_char = "=" |
