From 4fdf66ccf36b672ffa391790a74824233f68b0f5 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 4 Apr 2016 11:20:45 -0500 Subject: [PATCH] Add heard/through comment --- vim/use-active-window-with-bufexplorer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/use-active-window-with-bufexplorer.md b/vim/use-active-window-with-bufexplorer.md index 296dd55..833a004 100644 --- a/vim/use-active-window-with-bufexplorer.md +++ b/vim/use-active-window-with-bufexplorer.md @@ -16,3 +16,5 @@ itself in whatever split window was created for itself. This setting can be toggled within the BufExplorer window by hitting `f`. It will toggle between `Locate Buffer` and `Don't Locate Buffer`. I prefer the default of `Locate Buffer`. + +h/t Vidal Ekechukwu