From 557c9679a008da93268e23b880d088be6968b6f8 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 20 Apr 2015 08:42:30 -0500 Subject: [PATCH] Fix a typo in a recent til. --- vim/interactive-buffer-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/interactive-buffer-list.md b/vim/interactive-buffer-list.md index b057a3b..272ddbc 100644 --- a/vim/interactive-buffer-list.md +++ b/vim/interactive-buffer-list.md @@ -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`).