Coder Social home page Coder Social logo

Comments (4)

kylo252 avatar kylo252 commented on May 27, 2024

can you check which version of telescope you're one? It should be nvim-telescope/telescope.nvim@d909568
:Lazy log telescope.nvim

I can't quite reproduce the issue since I don't have a dedicated key for / on my ISO keyboard (at least it doesn't seem to behave the same even with the layout set to US INTL), but <C-h> works for me when set manually:

local _, actions = pcall(require, "telescope.actions")
local _, builtin = pcall(require, "telescope.builtin")
lvim.builtin.telescope.defaults.mappings = {
  i = {
    ["<C-c>"] = actions.close,
    ["<C-j>"] = actions.cycle_history_next,
    ["<C-k>"] = actions.cycle_history_prev,
    ["<S-Up>"] = actions.cycle_previewers_prev,
    ["<S-Down>"] = actions.cycle_previewers_next,
    ["<C-q>"] = actions.smart_send_to_qflist + actions.open_qflist,
    ["<CR>"] = actions.select_default + actions.center,
    ["<C-/>"] = actions.which_key,
    ["<C-h>"] = actions.which_key, -- keys from pressing <C-/>
    -- ["<C-i>"] = my_cool_custom_action,
  },
  n = {
    ["<C-c>"] = actions.close,
    ["<S-Up>"] = actions.cycle_previewers_prev,
    ["<S-Down>"] = actions.cycle_previewers_next,
    ["<C-q>"] = actions.smart_send_to_qflist + actions.open_qflist,
    -- ["<C-Space>"] = custom_actions.fuzzy_filter_results,
    -- ["<C-i>"] = my_cool_custom_action,
  },
}

from lunarvim.

eulersson avatar eulersson commented on May 27, 2024

:Lazy log telescope.nvim tells me 9de317b instead of d909568, why is that? 🤔

This is my LunarVim configuration: https://github.com/eulersson/dotfiles/blob/main/.config/lvim/config.lua

If I drop the snippet of lua you pasted on the top of my config.lua the issue persists when I do <C-h>, same error comes up. What is a good way to try without any of my stuff? When I tried to reproduce it I simply renamted ~/.config/lvim to ~/.config/ignore-lvim.

    ● telescope.nvim 29.89ms   ChatGPT.nvim
        dir    /Users/ramon/.local/share/lunarvim/site/pack/lazy/opt/telescope.nvim
        url    https://github.com/nvim-telescope/telescope.nvim
        branch 0.1.x
        commit 9de317b
        readme README.md
        help   |telescope.theprimeagen|
        help   |telescope.nvim|
        help   |telescope.changelog|
        cmd      Telescope 
  
      ✔ [task] log 54.99ms

from lunarvim.

juicy-g avatar juicy-g commented on May 27, 2024

I can reproduce the issue in release-1.3/neovim-0.9-d1c1bace and I also get telescope version 9de317b as per the snapshot of release 1.3, The issue doesn't occur in master so hopefully a new release will fix it.

from lunarvim.

kylo252 avatar kylo252 commented on May 27, 2024

Should be fixed in https://github.com/LunarVim/LunarVim/releases/tag/1.4.0

from lunarvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.