Closure11

Results 13 comments of Closure11

Had the same question. @damionx7 Did you solve it?

在你的方案里搜索`send: Shift+Delete`,前面`accept`的内容才是输入的组合键。我的是`Control+k`

@robot741258963 我的这个配置在`default.yaml`的`key_binder/bindings`里,没有的话你自己写patch加一行应该也可以: ``` key_binder: bindings: - { when: composing, accept: Control+k, send: Shift+Delete } ```