🏠 Home 

Overleaf Editor Custom VIM Keybindings (Code Mirror v6)

Configure a list of shortcuts for Vim-mode + user-defined :commands for toggling panels on Overleaf.

These are all versions of this script. Show only the versions where the code changed.

  • v0.1.1 2023-04-16

    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.

  • v0.1.0.2 2023-04-13

    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`.

  • v0.1.0.1 2023-04-13

    Fix the intruding mapping of writeful rephrase, to use gr only. Previously, r in normal mode was affected unexpectedly.

  • v0.1.0 2023-03-05

    Add keybindings that are triggered only for the Writefull selection card: 1/2 to accept/reject, and 9/0 to accept/reject all.

  • v0.0.4.1 2023-03-03

    Remove unnecessary dependency.

  • v0.0.4 2023-03-03

    Add <ESC> to dismiss the Writefull suggestion card when it is visiable. editor.focus() will return the focus to the Code Mirror editor.

  • v0.0.3 2023-03-02

    Add Writefull support:
    1. `[s` and `]s` for jumping through suggestions, and
    2. In Visual mode - use `r` to trigger the rephrase card.

  • v0.0.2 2023-03-02
  • v0.0.2 2023-03-02