We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am using sublime text on Ubuntu 20.04. Plugin got installed properly. Works fine.
But I Wanted to modify shortcut to get 'search window' from Ctrl+Alt+? to Ctrl+? so that it is easier to input
did CtrlAlt⇧⏎ to Open .sublime-keymap File For Editing
Got following pop up.
it creates new keymap file in user/ directory
I added [ { "keys": ["ctrl+?"], "command": "find_keymap" } ]
restarted sublime text.
find_keymap didn't work, rest of the keymap Keyboard shortcuts stopped working too.
Had to remove newly create keymap file to restore functionality
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using sublime text on Ubuntu 20.04. Plugin got installed properly. Works fine.
But I Wanted to modify shortcut to get 'search window' from Ctrl+Alt+? to Ctrl+? so that it is easier to input
did CtrlAlt⇧⏎ to Open .sublime-keymap File For Editing
Got following pop up.
it creates new keymap file in user/ directory
I added
[
{
"keys": ["ctrl+?"], "command": "find_keymap"
}
]
restarted sublime text.
find_keymap didn't work, rest of the keymap Keyboard shortcuts stopped working too.
Had to remove newly create keymap file to restore functionality
The text was updated successfully, but these errors were encountered: