ivy.nvim/lua
Ade Attwood e5f4bc08f0 fix: opening terminal buffers
Now when trying to open files and buffers it will use the `buffer`
command when there is an existing buffer with the same name. This will
allow us to open non file buffers like terminals and log buffers.

By using the `bufnr` function to get the existing buffers, it will also
work for buffers that have been renamed with `title` command

Ref: #31
2023-04-26 07:23:27 +01:00
..
ivy fix: opening terminal buffers 2023-04-26 07:23:27 +01:00