You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2020. It is now read-only.
Occasionally I have to change the font size or something for the document as a whole, and I'm in the habit of just pressing Ctrl-A to select everything. With Vibreoffice enabled, Pressing Ctrl-A simply moves the cursor to the top of the document after what I can only describe as a strange flicker onscreen. This might just be an unavoidable conflict, but I don't think Ctrl-A does anything in Vim. (That I can think of at least.)
The text was updated successfully, but these errors were encountered:
Hi, thanks for pointing this out. The reason for this was that Ctrl-a was selecting all as expected, but since it was in normal mode, the cursor immediately returned to highlight only one character.
I hardcoded Ctrl-a as a shortcut that changes the mode into visual, which solves this problem
Occasionally I have to change the font size or something for the document as a whole, and I'm in the habit of just pressing Ctrl-A to select everything. With Vibreoffice enabled, Pressing Ctrl-A simply moves the cursor to the top of the document after what I can only describe as a strange flicker onscreen. This might just be an unavoidable conflict, but I don't think Ctrl-A does anything in Vim. (That I can think of at least.)
The text was updated successfully, but these errors were encountered: