JABS.nvim
JABS.nvim copied to clipboard
Just Another Buffer Switcher for Neovim
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.
 it seems like those missing symbols got removed from nerdfonts with an update. is there a fix for this? 
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...