Sublime Forum

Cursor disappears on scroll

#1

I use the following command to scroll down

  {
    "keys": ["ctrl+alt+n"],
    "command": "scroll_lines",
    "args": {
      "amount": -1
    }
  }

I see my cursor disappears when I move off the screen at the top, I then have to ctrl+n to bring it down into the visible area.

ST Build 3161
Mac 10.12

0 Likes