Jelmerro / Vieb

Vim Inspired Electron Browser - Vim bindings for the web by design
https://vieb.dev
GNU General Public License v3.0
1.32k stars 63 forks source link

Can't delete selected mails on GMail #485

Closed ghost closed 1 year ago

ghost commented 1 year ago

Checklist

Describe the bug

Vieb don't respond when I trying to delete selected mails.

To Reproduce

In the GMail, select multiple mails and then click Delete.

Expected behavior

Mails must be moved to the Trash.

Specs

Jelmerro commented 1 year ago

I suppose you are trying to use the mouse for that? Could you give more details of what steps you are using to delete them? Could you confirm it does work when using follow mode? And also what happens when using the pointer to left click on it, or if you use the pointer's insertAtPosition, see :help p.insertAtPosition.

ghost commented 1 year ago

Thank you. It working well with Insert mode, rather than Follow.