Skip to content

Commit

Permalink
Added :qa - quit all buffers command
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-M-Muench committed Dec 30, 2016
1 parent b2ba2ce commit 525d122
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cheatsheets/Vim.rb
Expand Up @@ -16,6 +16,12 @@
command ':q[uit]!'
name 'Quit without writing'
end

entry do
command ':qa'
name 'Quit all buffers / tabs'
end

entry do
command ':cq[uit]'
name 'Quit always, without writing'
Expand All @@ -24,6 +30,10 @@
command ':wq'
name 'Write the current file and exit'
end
entry do
command ':wqa'
name 'Quite and write all buffers / tabs'
end
entry do
command ':wq!'
name 'Write the current file and exit always'
Expand Down

0 comments on commit 525d122

Please sign in to comment.