Also allow <leader><CR> in case modifyOtherKeys mode doesn't work
This commit is contained in:
parent
26452289a8
commit
e1078375fe
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ DEFAULTS = {
|
|||
'variables': {
|
||||
'expand_collapse': [ '<CR>', '<2-LeftMouse>' ],
|
||||
'delete': [ '<Del>' ],
|
||||
'set_value': [ '<C-CR>' ]
|
||||
'set_value': [ '<C-CR>', '<leader><CR>' ]
|
||||
},
|
||||
'stack_trace': {
|
||||
'expand_or_jump': [ '<CR>', '<2-LeftMouse>' ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue