nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

shuttle keymap will not restore after close finder view #1393

Open xzbdmw opened 6 months ago

xzbdmw commented 6 months ago

Describe the bug

shuttle keymap will not restore after close finder view

Steps to reproduce

        finder = {
            left_width = 0.3,
            right_width = 0.6,
            default = "ref",
            silent = true,
            keys = {
                vsplit = "<Tab>",
                shuttle = "<CR>",
                -- toggle_or_open = "<CR>",
            },
        },

I tryed many keymap, all of them will be simply deleted if I close finder view, and this is specific to shuttle, other options works fine

Expected behavior

restore keymap after closing window

Neovim version (nvim -v)

0.10

lspsaga commit

db74412e0282505ea1e63a42060728fb74c1968e

Terminal name/version

iterm2