Expected behavior
M-s should be the prefix for some commands (the mapping is defined in prelude-vertico.el
Actual behavior
In programming modes the key does nothing or moves text around.
Steps to reproduce the problem
In a buffer with a programming mode enter C-h k M-s and the buffer should show
M-s (translated from <escape> s) runs the command sp-splice-sexp
(found in smartparens-mode-map), which is an interactive native
compiled Lisp function in ‘smartparens.el’.
It is bound to M-s.
Environment & Version information
Emacs version
GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2022-05-31
Mark set
Operating system
Linux Ubuntu 22.04