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
If I runs emacs in a terminal with windmove and it's default bindings. I can navigate between windows using various combinations of Shift + →←↑↓, Also paredit has bindings that involve Ctrl/Meta + →←↑↓,
This functionality relies on emacs decoding terminal escape sequences, via (I think) the input-decode-map
However, if I set the major mode as clojure-mode then the decoding of the escape sequences appears to be disabled (or overwritten).
It seems that clojure-mode is doing something undesirable to the input-decode-map