mirror of
https://github.com/jbranchaud/til
synced 2026-01-15 13:08:02 +00:00
Fix some wording in the latest til
This commit is contained in:
@@ -7,12 +7,11 @@ to open BufExplorer, move my cursor to the next buffer of interest, and hit
|
|||||||
enter to open it in place of the current buffer. This is the default
|
enter to open it in place of the current buffer. This is the default
|
||||||
behavior at least.
|
behavior at least.
|
||||||
|
|
||||||
There is a setting on BufExplorer (`g:bufExplorerFindActive`) that is
|
With this setting toggled on, BufExplorer will open buffers in the _active
|
||||||
toggled on by default. Because of this setting, BufExplorer finds the window
|
window_. The _active window_ is the window that was active before
|
||||||
that was active before accessing the BufExplorer window when opening a
|
BufExplorer was opened. If this setting is toggled off, BufExplorer doesn't
|
||||||
buffer. If this setting is toggled off, BufExplorer doesn't bother finding
|
bother finding the active window, it just opens the buffer up in place of
|
||||||
the active window, it just opens the buffer up in place of itself in
|
itself in whatever split window was created for itself.
|
||||||
whatever split window was created for itself.
|
|
||||||
|
|
||||||
This setting can be toggled within the BufExplorer window by hitting `f`. It
|
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
|
will toggle between `Locate Buffer` and `Don't Locate Buffer`. I prefer the
|
||||||
|
|||||||
Reference in New Issue
Block a user