Restore standard "si" binding for cider-jack-in-clj

It appears that this is still the common binding across all +lang layers.
This commit is contained in:
Russell Mull 2019-07-30 09:58:13 -07:00 committed by duianto
parent 6db052334d
commit b110ac09f9
2 changed files with 3 additions and 0 deletions

View File

@ -1219,6 +1219,8 @@ Other:
- ~SPC m g g~ changed to =spacemacs/clj-find-var=, a wrapper for
=cider-find-var= if REPL running, otherwise =dumb-jump-go=
(thanks to John Stevenson)
- Restore standard =SPC m s i= binding for =cider-jack-in-clj=
(thanks to Russell Mull)
- Fixes:
- Remove `cider.nrepl/cider-middleware` in lein quick start setting
- Fixed =cider-inspector-prev-page= binding, also add ~p~ as another key

View File

@ -118,6 +118,7 @@
"sE" 'spacemacs/cider-send-last-sexp-to-repl-focus
"sf" 'spacemacs/cider-send-function-to-repl
"sF" 'spacemacs/cider-send-function-to-repl-focus
"si" 'cider-jack-in-clj
"sjc" 'cider-jack-in-clj
"sjf" 'cider-jack-in-clj&cljs
"sjs" 'cider-jack-in-cljs