Emacs: help me understand file/buffer management

后端 未结 6 1836

I\'ve been using emacs for all of my text editing needs for the past three years now. When I\'m in a single file, working on code or whatnot, I\'m fairly efficient. With two

6条回答
  •  独厮守ぢ
    2020-11-30 00:32

    I use C-x right (or C-x C-right) and C-x left (or C-x C-right) to go to the next and previous buffer. I don't mind anymore off the few buffer that lay around in Emacs but you could use k in the buffer list to kill the buffer you don't use anymore.

提交回复
热议问题