X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2Fnvim%2Fplugin%2Ftelescope.vim;h=6fe8ba7b7ec8e3a48cd23b4d91964df2d43050c6;hb=HEAD;hp=25891d7a61de509bb90695135d7532cbe332d308;hpb=207468d512b4145f34d0338d0323b832211c9221;p=dotfiles%2F.git diff --git a/.config/nvim/plugin/telescope.vim b/.config/nvim/plugin/telescope.vim index 25891d7a..6fe8ba7b 100644 --- a/.config/nvim/plugin/telescope.vim +++ b/.config/nvim/plugin/telescope.vim @@ -9,7 +9,6 @@ require('telescope').setup { mappings = { i = { [""] = false, - [""] = actions.goto_file_selection_split, [""] = actions.send_to_qflist, }, }