Commit c7f5ba9f authored by Gaurav Kukreja's avatar Gaurav Kukreja

Removing key bindings

Signed-off-by: 's avatarGaurav Kukreja <gaurav.kukreja@exasol.com>
parent 2bccdd24
[
{
"keys": ["ctrl+c", "ctrl+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
[
{
"keys": ["super+c", "super+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["super+c", "super+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["super+c", "super+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
[
{
"keys": ["ctrl+c", "ctrl+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+r"],
"command": "cheat_sheet",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+s"],
"command": "cheat_sheet_multiple_suggestions",
"args":
{
"with_comments": false
}
},
{
"keys": ["ctrl+c", "ctrl+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": true
}
},
{
"keys": ["alt+c", "alt+i"],
"command": "cheat_sheet_input_panel",
"args":
{
"with_comments": false
}
}
]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment