Configure a list of shortcuts for Vim-mode + user-defined :commands for toggling panels on Overleaf.
These are versions of this script where the code was updated. Show all versions.
Restore <C-c> for copying from selection in Visual mode, with one caveat. One fix is to use AutoHotKey, to send both <C-c> and <Esc> physically.
<C-c>
<Esc>
Recover `:home` by updating the tag to hit under the current (2023-04-13, 14:32) Overleaf UI; and add `:p` to work as a shorthand for `:pdf`.
Fix the intruding mapping of writeful rephrase, to use gr only. Previously, r in normal mode was affected unexpectedly.
gr
r
Add keybindings that are triggered only for the Writefull selection card: 1/2 to accept/reject, and 9/0 to accept/reject all.
Remove unnecessary dependency.
Add <ESC> to dismiss the Writefull suggestion card when it is visiable. editor.focus() will return the focus to the Code Mirror editor.
<ESC>
editor.focus()
Add Writefull support:1. `[s` and `]s` for jumping through suggestions, and2. In Visual mode - use `r` to trigger the rephrase card.