Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No way to find out how to select next occurence (multiple cursors, ie CMD+D) #5995

Open
xixixao opened this issue Feb 16, 2019 · 3 comments
Open
Milestone

Comments

@xixixao
Copy link

xixixao commented Feb 16, 2019

Describe the bug
No way to select next occurence (you can see how this behavior works in the first animation on https://www.sublimetext.com/).

Expected behavior
Key map or command palette mentions it, let's me rebind it, there is documentation around editor commands somewhere.

Desktop (please complete the following information):

  • OS: macOS Mojave
  • Browser Chrome 71
  • JupyterLab 0.35.4

Additional context

This is an essential editing functionality, which is supported by the underlying CodeMirror editor (afair). It's included in Sublime Text, Atom, VS Code, even traditional IDEs. It's a massive productivity boost. JupyterLab should seriously care about its text-editing experience.

@jasongrout jasongrout added this to the Future milestone Feb 22, 2019
@jasongrout
Copy link
Contributor

This works in the text editor when the text editor keymap is set to "sublime" (see the settings menu). It appears that the notebook does not use that setting for the editor keymap, unfortunately.

@jasongrout
Copy link
Contributor

A relevant comment about the notebook using the text editor keymap is at #3885 (comment).

@davidmashburn
Copy link

++ for this feature, even it it uses a different keybinding

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants