mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-14 15:07:08 +00:00
Merge pull request #15 from awilliams/patch-1
Update ch2_buffers_windows_tabs.md
This commit is contained in:
commit
e4b3c424a0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue