emacs list-buffers behavior

前端 未结 9 1253
情话喂你
情话喂你 2021-02-01 12:39

In GNU emacs, every time I hit Ctrl-x Ctrl-b to see all of my buffers, the window is split to show the buffer list, or if I have my window already split in 2 (for ins

9条回答
  •  迷失自我
    2021-02-01 13:20

    Not sure where I got this but:

    ;;; Faster buffer switching
    (global-set-key [(C tab)] 'buffer-menu) 
    

    This makes Ctrl-Tab display all buffers in the current window. You can then navigate to a buffer and hit Enter to visit it.

提交回复
热议问题