JABS.nvim icon indicating copy to clipboard operation
JABS.nvim copied to clipboard

Just Another Buffer Switcher for Neovim

Results 16 JABS.nvim issues
Sort by recently updated
recently updated
newest added

I use tpope's [obsession](https://github.com/tpope/vim-obsession) plugin a lot and noticed that after restoring a session the buffer names are empty in JABS. `:ls` properly shows all names but JABS doesn't seem...

Hello, i wanted to try out this plugin but it behaves very strangely. 1. open neovim without arguments - it opens a readonly scratchpad (my custom dashboard). `:ls` will show...

Hi, Just an idea, but when opening the list, it would be nice if the previously selected buffer is already highlighted. This will allow for fast switching between 2 files...

I have no idea why the buffers in vim and neovim have so ridiculous buffer number, but if I want to switch to a buffer by typing it's number, I...

It would be nice if it was possible to restore buffers deleted with JABS(undo and redo). See this Stack Overflow [answer](https://stackoverflow.com/a/7940242/14111707) on how to restore buffers manually.

Use Enterinstead of Spacefor jump mapping because space will conflict if `mapleader` is set to Space(used by a lot of people as opposed to \\ or ,).

I feel that using `JABS` as this command's alias would be better because the command **toggles** JABS rather than just opening it.

![Screenshot from 2023-10-21 10-03-13](https://github.com/matbme/JABS.nvim/assets/73772644/b7cb0972-acde-419a-8e76-9c8d6f8a5444) it seems like those missing symbols got removed from nerdfonts with an update. is there a fix for this? ![Screenshot from 2023-10-21 10-04-25](https://github.com/matbme/JABS.nvim/assets/73772644/2e291fb6-4fd3-4261-ad33-a19da44a725b)

Hello, i have a problem with JABS, when i run it (like :JABSOpen), i get an error. For plugins i use Lazy. This is my neovim lua config for JABS:...

I added the option to allow windows to be highlighted using neovim's [`winhighlight`](https://neovim.io/doc/user/options.html#'winhighlight'). It uses highlight groups from `:highlight` and I think it is useful when the `relative` option is...