Moving to the start of a code line: Emacs

后端 未结 5 1897
自闭症患者
自闭症患者 2021-01-31 15:18

I use emacs for development and very often need to move to the start of a line (C-a). However if the line is indented, I\'d like to move to the point at which code st

5条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 15:44

    By default, Meta-m runs back-to-indentation which according to the documentation will "Move point to the first non-whitespace character on this line."

提交回复
热议问题