theicfire / vimsheet

Vim cheat sheet from beginners to pros
http://vimsheet.com
MIT License
609 stars 206 forks source link

Reference to 'tabs' in Other section is incorrect #21

Closed benjamineskola closed 1 year ago

benjamineskola commented 1 year ago

The Other section includes:

  • :qa - Quit all open tabs (thanks Vince Banzon)
  • :wa - Write all open tabs (thanks Vince Banzon)
  • :wqa - Write and quit all open tabs (thanks Brian Zick)

However that's inaccurate. All of these act on buffers, not tabs; tabs are not the same as buffers in Vim, :help tabpage.

theicfire commented 1 year ago

Oops thank you, fixed!