fzf-session.vim icon indicating copy to clipboard operation
fzf-session.vim copied to clipboard

Fuzzy find, save, and delete Vim session with fzf.vim

Results 3 fzf-session.vim issues
Sort by recently updated
recently updated
newest added

On Neovim 0.4.3 when session with a terminal in a window is open I get ``` Error detected while processing function 6[30..28_callbak: line 21: Vim(normal):Can't re-enter normal mode from terminal...

Other plugins such as vim-obsession by tpope provide a statusline string to indicate that currently a session is active. Could we add something similar to fzf-session.vim as well?

By accident, I had 3 different sessions sharing the same exact name. Let's call them `sess0`. When entering `: SDelete sess0`, the first of those sessions is correctly deleted. Then...