Is there a way to map Ctrl period and Ctrl comma in Vim?

后端 未结 4 463
深忆病人
深忆病人 2021-02-06 21:52

I can\'t seem to find a way to map period and comma in Vim. Is it possible?

4条回答
  •  自闭症患者
    2021-02-06 22:50

    According to the FAQ it looks like you're out of luck with and , since this key combination is not in the list of Ctrl-printable-key chords that Vim can detect (Vim can only map to printable ASCII chords).

提交回复
热议问题