1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix a typo in a recent til.

This commit is contained in:
jbranchaud
2015-04-20 08:42:30 -05:00
parent 8adb73f8fa
commit 557c9679a0

View File

@@ -1,6 +1,6 @@
# Interactive Buffer List
The `:ls` command is a great way to see what buffers you current have open
The `:ls` command is a great way to see what buffers you currently have open
during a vim session. However, if you are trying to find and open a specific
buffer it can be tedious to have to find it in the list and then enter a
whole different command to move to it (e.g. `:b 10`).