Commit c53bdd67 authored by bobloblaw's avatar bobloblaw
Browse files

Update vim.md

parent 2e41c295
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# Vim

## Core concepts

In vim you have the concept of buffers.

```
# List buffers
:buffers

# Close/delete a buffer
:bdelete
:bd
```

## Movement