change a builtin kvscode binding

This commit is contained in:
2021-11-30 13:08:41 -07:00
parent e4f6397bd5
commit ccf6709d69

View File

@@ -219,7 +219,7 @@
// In Main.kiss:
(registerCommand "${prefix} [r]eload Config.kiss" tryLoadConfig)
// In this file:
(registerCommand "${prefix} [P]ick and run a command" runCommand)
(registerCommand "${prefix} [q]uickPick and run a command" runCommand)
(registerCommand "${prefix} Re-run [l]ast command" runLastCommand)
(registerCommand "${prefix} Run a keyboard [s]hortcut command" runKeyboardShortcut)
// KissTools.kiss: