Sam
Sam
the issues was tabpagebuflist can return the same buffer twice, i updated the code to only use unique buffers and not count floating window's buffers. i used fmt to ignore...
`:help ` Should be used to prevent this from happening, Also the fzfx issue isn't about mapping/mode changes, If you open a tabpage with lualine the whole statusline disappears sometimes....
Use `` instead of `:` to stop the flickering in the mapping. `:help ` : ``` The pseudokey begins a "command mapping", which executes the command directly without changing modes....
noice does not set the current buffer to the command window. otherwise it would mess with statuslines and other plugins.
Upstream issue: https://github.com/neovim/neovim/issues/28593
You could make your mapping call the remapped backspace, with `remap = true` ```lua vim.keymap.set('i','','',{remap = true}) ```
> @Sam-programs I added some changes to this pr would it be okay to merge this from your side? Your changes LGTM. In the commit above, I swapped `expr`-mappings to...
`SafeStateAgain` is only in vim should it still be in the autocmd list?
I forgot to make them optional ...
> I forgot to make them optional ... I ran into another problem, since the ending ("/") in range marks were optional statements that used an range in pattern ranges...