我想知道如何使用space
插件绑定command-mode
中的Vintageous
密钥。
例如,我有以下键绑定来激活command palette
:
{
"keys": ["super+shift+alt+ctrl+space"],
"command": "show_overlay",
"args": {
"overlay": "command_palette"
},
"context": [{
"key": "vi_command_mode_aware"
}]
}
如您所见,我将meta
密钥与space
一起使用。但我的目的只是使用space
密钥。是否可以这样做。如果我更改为"keys": ["space"]
,则绑定有缺陷。
我在OSX 10.11.2上使用Sublime Text 3 build 3095
答案 0 :(得分:1)
没关系,我最终完成它,使用" "
可以做到这一点
答案 1 :(得分:0)
也许您想使用select referred_by,
(select email
from subscribers sub
where id = subscribers.referred_by) as email,
count(referred_by) as referred
from subscribers
group by referred_by
order by count(referred_by) desc
,defined here
<space>