Automate standard replies

2021-03-21 Thread Francesco Ariis
Hello mutters, how can I automate typing standard replies? Example: say I want to type «lgtm» (top post) as a reply to a message, as now I have to: - press `r` (reply) - press `i` (my editor is Vim) - «lgtm» - then (exit insert mode) - ZZ (exit/save file) - finally `y` to send Is the

Re: Automate standard replies

2021-03-21 Thread Remco Rijnders
On Sun, Mar 21, 2021 at 12:15:23PM +0100, Francesco wrote in <2021032523.GA10364@extensa>: Hello mutters, how can I automate typing standard replies? Example: say I want to type «lgtm» (top post) as a reply to a message, as now I have to: - press `r` (reply) - press `i` (my editor is Vim)

Re: Automate standard replies

2021-03-21 Thread P. Mazart
Hi Francesco, Francesco Ariis schrieb am 21.03.2021 12:15:23: > Is there a way to one-button this? I thought about a macro, > but I suspect that wouldn’t work, since I am firing up an > editor. You could do that with changing the editor then „editing“ then changing the editor back to vim. I do s

Re: Automate standard replies

2021-03-21 Thread Cameron Simpson
On 21Mar2021 12:15, Francesco Ariis wrote: >how can I automate typing standard replies? > >Example: say I want to type «lgtm» (top post) as a reply to a message, >as now I have to: >- press `r` (reply) >- press `i` (my editor is Vim) >- «lgtm» >- then (exit insert mode) >- ZZ (exit/sa