(no title)
chrisgw | 11 years ago
:cd runs the Emacs cd function which behaves differently than Vim's :cd.
To get the equivalent of :tabnew, you'd have to use :buffer [name] and give the new buffer (Emacs's equivalent of tabs) a name.
chrisgw | 11 years ago
:cd runs the Emacs cd function which behaves differently than Vim's :cd.
To get the equivalent of :tabnew, you'd have to use :buffer [name] and give the new buffer (Emacs's equivalent of tabs) a name.
krick|11 years ago
chrisgw|11 years ago
You can switch between buffers with :switch-to-buffer, :ido-switch-buffer, :b, :bn, and :bp. It's not the same as tabs though.