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
From @alexandrudima
Testing #14317
+
Please see https://code.visualstudio.com/docs/customization/keybindings#_accepted-keys for a list of accepted key codes
shift-tab
ctrl+shift+[
ctrl+k ctrl+number
The text was updated successfully, but these errors were encountered:
zoomIn
shift+tab
{ "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} }
ctrl+shift+]
Sorry, something went wrong.
Nice!
fixes #17 improve mapping for setting "word_wrap"
cda3993
waderyan
No branches or pull requests
From @alexandrudima
Testing #14317
These are invalid:
+
is not a valid key codePlease see https://code.visualstudio.com/docs/customization/keybindings#_accepted-keys for a list of accepted key codes
These are IMHO incorrect:
shift-tab
is not indenting in sublimectrl+shift+[
is bound to fold in Sublime (not to unfold)These are missing:
all fold level-related commands (
ctrl+k ctrl+number
)The text was updated successfully, but these errors were encountered: