-
Notifications
You must be signed in to change notification settings - Fork 29.2k
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
Fix add selection above and add selection below hotkey on Ubuntu #51
Comments
Is this different than the current add cursor above/below with |
Try |
|
@Tyriar I only use Linux in a VM. I think for me some keybindings are lost due to the VM runner. If you run Linux natively, I would love some help to figure out what would be better default keybindings for
|
@alexandrudima I'm used to alt+shift+down as the default for down (as on atom) and I guess I don't use the insert up because alt+shift+up conflicts as well. This is specific to Ubuntu, not sure about other distros. It would seem that we're running out of modifier key combinations. I'll see what Sublime uses by default tomorrow. |
@alexandrudima |
I've pushed the following change to the defaults in c96af39 (tried on ubuntu and lubuntu):
This frees up |
I'm used to
alt+shift+up
andalt+shift+down
expanding the selection above and below the current anchor, as far as I can see this is not implemented in core or an extension.Edit: This is actually implemented and working fine, the hotkey ctrl+alt+up/down just conflicts with the Ubuntu OS hotkey to change workspace.
The text was updated successfully, but these errors were encountered: