19 lines
277 B
Plaintext
Raw Normal View History

extra-key: {
2017-08-09 15:41:32 +08:00
version: 10
with-default: true
2017-08-08 16:04:22 +08:00
program: [ "vim", "vi" ]
2017-08-09 15:41:32 +08:00
2017-08-08 16:04:22 +08:00
key: [
{
display: "Ctrl"
code: "<CTRL>"
2017-08-09 15:41:32 +08:00
with-enter: true
2017-08-08 16:04:22 +08:00
},
{
display: "Esc"
code: "<ESC>"
}
]
}