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

Keybindings with uppercases #2

Open
axelfahy opened this issue Apr 9, 2020 · 1 comment
Open

Keybindings with uppercases #2

axelfahy opened this issue Apr 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@axelfahy
Copy link
Collaborator

axelfahy commented Apr 9, 2020

Currently, [Ctrl-O, Shift-O], to insert a cell above, is not working. The same applies for other cases such as [Ctrl-O, Shift-G] to go to the last cell.

This has been replaced by [Ctrl-O, Ctrl-O] and [Ctrl-O, Ctrl-G]. This is probably because the [Shift-O] is not recognized as being part of the keybindings. I don't know how this can be fixed.

@axelfahy axelfahy added enhancement New feature or request help wanted Extra attention is needed labels May 19, 2020
@axelfahy axelfahy removed the help wanted Extra attention is needed label Jun 12, 2020
@firai
Copy link
Collaborator

firai commented Sep 21, 2023

@ianhi I think the fundamental issue has been fixed somewhere along the way, as Ctrl O, Shift O for inserting a cell above works. However, the intended vim Normal mode shortcut of Ctrl O, Shift G for going to the last cell got lost. I'm thinking of adding this back for consistency with the Jupyter Command mode. Do you agree?

(P.s. With regards to Shift bindings, maybe we could also add a Ctrl O, Shift P for paste cell above for feature parity? Since default double duty Esc is now merged though, maybe feature parity between the modes isn't terribly important.)

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

No branches or pull requests

2 participants