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 21, 2022. It is now read-only.
In codemirror's vim demo ( https://codemirror.net/demo/vim.html ) the '/' activates the find dialog while in visual mode. Entering a useful search term and then pressing enter, extends the current selection to the beginning of the search term.
In Light Table, the '/' key has no effect in visual mode. Using the LT command menu to choose "Find: In current editor" does open the find dialog but, upon completion, the cursor is moved without extending the selection. The editor is still in visual mode.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In codemirror's vim demo ( https://codemirror.net/demo/vim.html ) the '/' activates the find dialog while in visual mode. Entering a useful search term and then pressing enter, extends the current selection to the beginning of the search term.
In Light Table, the '/' key has no effect in visual mode. Using the LT command menu to choose "Find: In current editor" does open the find dialog but, upon completion, the cursor is moved without extending the selection. The editor is still in visual mode.
The text was updated successfully, but these errors were encountered: