nvimdev / lspsaga.nvim

improve neovim lsp experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shuttle keymap will not restore after close finder view

xzbdmw opened this issue · comments

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

db74412

Terminal name/version

iterm2