Change m s f
for m s a
in scala layer
This commit is contained in:
parent
0d62d06d97
commit
a20508b85b
2 changed files with 2 additions and 2 deletions
|
@ -199,9 +199,9 @@ See the [flycheck documentation][] for up-to-date configuration instructions.
|
|||
|
||||
Key Binding | Description
|
||||
----------------------|------------------------------------------------------------
|
||||
<kbd>SPC m s a</kbd> | ask for a file to be loaded in the REPL
|
||||
<kbd>SPC m s b</kbd> | send buffer to the REPL
|
||||
<kbd>SPC m s B</kbd> | send buffer to the REPL and focus the REPL buffer in `insert state`
|
||||
<kbd>SPC m s f</kbd> | ask for a file to be loaded in the REPL
|
||||
<kbd>SPC m s i</kbd> | start or switch to the REPL inferior process
|
||||
<kbd>SPC m s r</kbd> | send region to the REPL
|
||||
<kbd>SPC m s R</kbd> | send region to the REPL and focus the REPL buffer in `insert state`
|
||||
|
|
|
@ -129,9 +129,9 @@ which require an initialization must be listed explicitly in the list.")
|
|||
"mtr" 'ensime-sbt-do-test-quick
|
||||
"mtt" 'ensime-sbt-do-test-only
|
||||
|
||||
"msa" 'ensime-inf-load-file
|
||||
"msb" 'ensime-inf-eval-buffer
|
||||
"msB" 'ensime-inf-eval-buffer-switch
|
||||
"msf" 'ensime-inf-load-file
|
||||
"msi" 'ensime-inf-switch
|
||||
"msr" 'ensime-inf-eval-region
|
||||
"msR" 'ensime-inf-eval-region-switch
|
||||
|
|
Reference in a new issue