syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.58k stars 4.9k forks source link

ESS layer does not bind keys for inferior-ess-mode #16308

Closed NicholasKirchner closed 3 months ago

NicholasKirchner commented 4 months ago

Description :octocat:

ESS layer key combinations don't work from R repl.

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart: Nothing happens. inferior-ess-mode does not get the key bindings that it's supposed to.

Expected behaviour: :heart: :smile: Focus should switch back to the .R file, because SPC m s s is supposed to be bound to ess-switch-to-inferior-or-script-buffer.

System Info :computer:

NicholasKirchner commented 3 months ago

Proposed PR: https://github.com/syl20bnr/spacemacs/pull/16310