You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, despite setting what universal key to use via the Customize interface when C-h v shell-pop-universal-key it says the value is nil but that it's value was changed outside Customize. I use the helpful package which shows further down that the saved value is indeed C-S-t so I don't understand why the setting doesn't stick. If I M-x shell-pop then subsequent invocations of C-S-t will pop the terminal as expected.
This happens with 26.2. Oddly, on another machine where I'm using 27.1 and vterm instead of ansi-term it works though my keybinding is s-t. On the machine running 26.2, I cannot use vterm and cannot set the super key. Hence, why I'm using ansi-term and C-S-t. But otherwise the rest of my configuration on both machines is identical.
The text was updated successfully, but these errors were encountered:
I thought I was checking out Spacemacs issues (but now I see that I selected the wrong browser tab), but I'll keep the comment here as it might still be informative
END EDIT
It looks like this is already available under SPC '. Is there some reason why you are redefining this?
Also, when I set shell-pop-universal-key via the customize menu, it works correctly (i.e. C-S-t gets bound to shell-pop. But I am on Emacs 28.0.50).
Finally, you could rebind spacemacs/default-pop-shell e.g. using: (global-set-key (kbd "C-S-t") 'spacemacs/default-pop-shell)
Thanks for your input Daniel. I redefine to C-S-t as I didn't want to use that suggested here in the README namely C-t as that is already used for transpose-chars. I don't use Spacemacs myself. Good to know you don't experience my issue in 28.0.50.
I have the following confisguration in my
init.el
.And I have set the following via the customize interface.
However, despite setting what universal key to use via the Customize interface when
C-h v shell-pop-universal-key
it says the value isnil
but that it's value was changed outside Customize. I use thehelpful
package which shows further down that the saved value is indeedC-S-t
so I don't understand why the setting doesn't stick. If IM-x shell-pop
then subsequent invocations ofC-S-t
will pop the terminal as expected.This happens with 26.2. Oddly, on another machine where I'm using 27.1 and vterm instead of ansi-term it works though my keybinding is
s-t
. On the machine running 26.2, I cannot use vterm and cannot set the super key. Hence, why I'm using ansi-term andC-S-t
. But otherwise the rest of my configuration on both machines is identical.The text was updated successfully, but these errors were encountered: