scala layer: move attach to debugger bindings to SPC m d A

`SPC m d a` is used to abort a debugging session.
This commit is contained in:
syl20bnr 2015-05-18 22:48:44 -04:00
parent e7ceda9cbd
commit cfa7fd1d91
2 changed files with 2 additions and 1 deletions

View file

@ -120,6 +120,7 @@ See the [flycheck documentation][] for up-to-date configuration instructions.
Key Binding | Description
----------------------|------------------------------------------------------------
<kbd>SPC m d A</kbd> | Attach to a remote debugger
<kbd>SPC m d b</kbd> | set breakpoint
<kbd>SPC m d B</kbd> | clear breakpoint
<kbd>SPC m d C</kbd> | clear all breakpoints

View file

@ -98,7 +98,7 @@
"mct" 'ensime-typecheck-current-file
"mcT" 'ensime-typecheck-all
"mda" 'ensime-db-attach
"mdA" 'ensime-db-attach
"mdb" 'ensime-db-set-break
"mdB" 'ensime-db-clear-break
"mdC" 'ensime-db-clear-all-breaks