If I want to bind key with some chained commands with arguments for each of them. For instance : save session with name argument, then load a session with session name argument and then open a new tab with a google search with the query argument.
I expect to hit the binded key , and the (3) arguments (for instance) separated by space/coma or whatever. Any way to do it ? I read about the set-cmd-text --space , but I guess it can not work for several command. Do I have to make (python) userscript and parse the (3) command line arguments, or can it be done with "normal" conf file ? Regards, Jérôme.
