Update changelog with most important changes

This commit is contained in:
Codruț Constantin Gușoi 2020-07-14 18:42:20 +01:00
parent 698a981e8c
commit b3bbbd229d
2 changed files with 13 additions and 0 deletions

View File

@ -295,6 +295,18 @@ sane way, here is the complete list of changed key bindings
***** Ruby
- Key bindings:
- Changed ~SPC m h d~ to ~SPC m h h~ for =robe-doc= (thanks to Paweł Siudak)
- Changed ~SPC m T {~ to ~SPC m r {~ for =ruby-toggle-block= (thanks to Codruț
Constantin Gușoi)
- Changed ~SPC m T '~ to ~SPC m r '~ for =ruby-toggle-string-quotes= (thanks
to Codruț Constantin Gușoi)
- Added ~SPC m i f~ for =spacemacs/ruby-insert-frozen-string-literal-comment=
(thanks to Codruț Constantin Gușoi)
- Added ~SPC m i s~ for =spacemacs/ruby-insert-shebang= (thanks to Codruț
Constantin Gușoi)
- Added ~SPC m r }~ for =ruby-toggle-block= (thanks to Codruț Constantin
Gușoi)
- Added ~SPC m r "~ for =ruby-toggle-string-quotes= (thanks to Codruț
Constantin Gușoi)
***** Ruby on Rails
- Key bindings:
- New ~SPC m r f S~ to find serializer (thanks to Boris Buliga)

View File

@ -86,6 +86,7 @@
(progn
(setq enh-ruby-deep-indent-paren nil
enh-ruby-hanging-paren-deep-indent-level 2)
(spacemacs/declare-prefix-for-mode 'enh-ruby-mode "mi" "insert")
(spacemacs/declare-prefix-for-mode 'enh-ruby-mode "mt" "test")
(add-hook 'enh-ruby-mode-hook #'spacemacs//ruby-setup-backend)