Is there a way to switch between buffers without having to go through the
buffer-list, or writing the name of the buffer that I want to switch to? More specific I wonder if emacs can tab between buffers much like how it is working in notepad++
Is there a way to switch between buffers without having to go through the
Share
Emacs 22.1 and higher supports the
previous-buffer(C-x <left arrow>) andnext-buffer(C-x <right arrow>) commands.These two commands can be added to older Emacsen using this script.