new syntax (thanks @Ivan)
set-option -add global ui_options terminal_assistant=none
old syntax
set global ui_options ncurses_assistant=none
new syntax (thanks @Ivan)
set-option -add global ui_options terminal_assistant=none
old syntax
set global ui_options ncurses_assistant=none
Clippy is both a blessing and a curse for kakoune “marketing”.
People discovering the editor for the first time will often stop to this detail and won’t even dig further. Like if this addition is the mark of a “toy product”, not worth using.
On the other hand some users will immediately see the added value of interactivity and feedback autoinfos bring to the table.
+1 for ncurses_assistant=none
. Added to my kakrc
blasphemy
Don’t worry – I am writing another Recipe to randomize your assistant PER WINDOW!
(and yes, that does work).
Hi Robert - did you make a recipe for randomizing or customizing the assistant ascii art? That would be cool.
I still want that duck ;-;
Minor point about syntax change:
-add
for set-option
terminal_assistant
set-option -add global ui_options terminal_assistant=none