Getting Emacs ansi-term and Zsh to play nicely

后端 未结 4 501
[愿得一人]
[愿得一人] 2021-02-01 21:42

I\'ve been trying to use Zsh within my emacs session, without emacs remapping all the Zsh keys. I found ansi-term works pretty well for this but, I\'m still having some problems

4条回答
  •  臣服心动
    2021-02-01 22:15

    I figured it out. It was an emacs config problem. This bit of elisp in my .emacs was causing it:

    (custom-set-variables
     '(fringe-mode nil nil (fringe))
     '(fringes-outside-margins t t))
    

    Thanks for the help.

提交回复
热议问题