remove invalid keybindings of ensime

This commit is contained in:
yanchengyang 2016-10-14 00:21:37 +08:00 committed by Eivind Fonn
parent 98af971266
commit 9e52974e90
2 changed files with 0 additions and 4 deletions

View File

@ -173,9 +173,7 @@ with
| ~SPC m d B~ | clear breakpoint |
| ~SPC m d C~ | clear all breakpoints |
| ~SPC m d c~ | continue |
| ~SPC m d d~ | start a debug session |
| ~SPC m d i~ | inspect value at point |
| ~SPC m d l~ | list local variables |
| ~SPC m d n~ | next |
| ~SPC m d o~ | step out |
| ~SPC m d q~ | quit |

View File

@ -123,9 +123,7 @@
"dB" 'ensime-db-clear-break
"dC" 'ensime-db-clear-all-breaks
"dc" 'ensime-db-continue
"dd" 'ensime-db-start
"di" 'ensime-db-inspect-value-at-point
"dl" 'ensime-db-list-locals
"dn" 'ensime-db-next
"do" 'ensime-db-step-out
"dq" 'ensime-db-quit