mirror of
https://github.com/rbreaves/kinto.git
synced 2025-08-04 18:16:41 +02:00
Merge pull request #816 from RedBearAK/patch-69
QuickFix shortcut for VSCode(s)
This commit is contained in:
@@ -645,6 +645,8 @@ define_keymap(lambda wm_class: wm_class.casefold() not in mscodes,{
|
|||||||
# Keybindings for VS Code
|
# Keybindings for VS Code
|
||||||
define_keymap(re.compile(codeStr, re.IGNORECASE),{
|
define_keymap(re.compile(codeStr, re.IGNORECASE),{
|
||||||
K("Super-Space"): K("LC-Space"), # Basic code completion
|
K("Super-Space"): K("LC-Space"), # Basic code completion
|
||||||
|
# Override the global Cmd+Dot (Escape/cancel) shortcut
|
||||||
|
K("RC-Dot"): K("RC-Dot"), # QuickFix
|
||||||
# Wordwise remaining - for VS Code
|
# Wordwise remaining - for VS Code
|
||||||
# Alt-F19 hack fixes Alt menu activation
|
# Alt-F19 hack fixes Alt menu activation
|
||||||
K("Alt-Left"): [K("Alt-F19"),K("C-Left")], # Left of Word
|
K("Alt-Left"): [K("Alt-F19"),K("C-Left")], # Left of Word
|
||||||
|
Reference in New Issue
Block a user