- Added sigint Ctrl-C for VS Code & IntelliJ keymaps for Windows

This commit is contained in:
Ben Reaves
2020-07-08 17:44:48 -05:00
parent 1e46a4dc74
commit 1d6d367c39
2 changed files with 93 additions and 0 deletions

View File

@@ -171,6 +171,7 @@ define_keymap(re.compile(codeStr, re.IGNORECASE),{
K("C-g"): K("f3"), # find_next
K("Shift-f3"): pass_through_key, # cancel find_prev
K("C-Shift-g"): K("Shift-f3"), # find_prev
K("Super-c"): K("LC-c") # Sigints - interrupt
# K("Super-C-g"): K("C-f2"), # Default - Sublime - find_all_under
# K("C-M-g"): K("C-f2"), # Chromebook - Sublime - find_all_under
# K("Super-Shift-up"): K("M-Shift-up"), # multi-cursor up - Sublime