Merge pull request #15 from awilliams/patch-1

Update ch2_buffers_windows_tabs.md
This commit is contained in:
Igor Irianto 2020-08-28 13:08:25 -05:00 committed by GitHub
commit e4b3c424a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ Before you start, make sure you have `set hidden` option in your `vimrc`. Withou
# Buffers
A buffer is a in-memory space where you can write and edit some text. When you are opening a new file in vim its content will be bound to a new buffer:
A buffer is an in-memory space where you can write and edit some text. When you are opening a new file in vim its content will be bound to a new buffer:
1. From within vim, open a new buffer `:new` (create a new empty buffer)
2. From your terminal, open a new file `file1.js` (create a new buffer with `file1.js` bound to it)