Unix: what modifier key does “M-” refer to (e.g. M-C)

后端 未结 3 1468
长情又很酷
长情又很酷 2020-12-29 01:06

I\'m trying to do a case-sensitive search in Nano. The help menu at the bottom of the screen says I can toggle case-sensitivity by typing M-C.

         


        
3条回答
  •  一整个雨季
    2020-12-29 01:26

    I do not know for nano, but for emacs, M- stands for the Meta key, which can mean pressing the Alt key simultaneously with the letter key or by pressing Esc key before the letter key. Alt generally only works when using an X version of the application, so when using a dumb terminal, only Esc will work.

提交回复
热议问题