smart-open.nvim icon indicating copy to clipboard operation
smart-open.nvim copied to clipboard

Some configuration and mapping are broken in `main` branch

Open Parsifa1 opened this issue 1 year ago • 0 comments

Compared with 0.2.x, <C-c> on main seems to be damaged, unable to perform the close function, and cannot pass

smart_open = {
            match_algorithm = "fzf",
            mappings = {
                ["<C-c>"] = "close",
            },
        },

to set

Parsifa1 avatar Jun 29 '24 11:06 Parsifa1