1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-05-28 18:30:48 +00:00

Minor additions.

This commit is contained in:
Alexound 2019-10-25 01:41:59 +04:00
parent de864ea195
commit c3ad4a15ab

View File

@ -254,6 +254,7 @@ set noic ignore case: turn off
:b1 show buffer 1 :b1 show buffer 1
:b vimrc show buffer whose filename begins with "vimrc" :b vimrc show buffer whose filename begins with "vimrc"
:bufdo <command> run 'command(s)' in all buffers :bufdo <command> run 'command(s)' in all buffers
:[range]bufdo <command> run 'command(s)' for buffers in 'range'
############################################################################## ##############################################################################