Giter VIP home page Giter VIP logo

Comments (4)

convers39 avatar convers39 commented on May 26, 2024 3

Is there any plan to merge the PR, not sure why my remapping did not work.

local actions = require "telescope.actions"
local fb_actions = require("telescope").extensions.file_browser.actions

    file_browser = {
      hidden = true,
      hijack_netrw = true,
      grouped = true,
      select_buffer = true,
      sorting_strategy = "ascending",
      initial_mode = "normal",
      default_selection_index = 2,
      mappings = {
        i = {
          ["<C-h>"] = fb_actions.goto_parent_dir,
          ["<C-l>"] = actions.select_default,
          ["<C-H>"] = fb_actions.toggle_hidden,
        },
        n = {
          ["h"] = fb_actions.goto_parent_dir,
          ["l"] = actions.select_default,
          ["H"] = fb_actions.toggle_hidden,
          -- your custom normal mode mappings
        },
      },
    },

from telescope-file-browser.nvim.

jamestrew avatar jamestrew commented on May 26, 2024 1
["<C-h>"] = fb_actions.goto_parent_dir,
["<C-H>"] = fb_actions.toggle_hidden,

<C-H> and <C-h> are equivalent to vim/nvim so the second ctrl + h is overwriting your first action.
I think other mappings your have should be working.

Is there any plan to merge the PR, not sure why my remapping did not work.

No, we're encourage users to tweak mappings to fit their needs and generally avoid tweaking the default mappings.
I can help if any other issues you might be having with mappings but otherwise, I'll consider this issue closed.

from telescope-file-browser.nvim.

fdschmidt93 avatar fdschmidt93 commented on May 26, 2024

Great plugin btw.

Thanks!

I nevertheless generally agree. My idea was coinciding overhauling mappings (cf #65) with additional features (integrated terminal previewer, toggling file size, time last editted, these sorts of things), though I'm focused on other things atm because for my usage the plugin just works well enough already. So it might take some more time when I'm more free.

from telescope-file-browser.nvim.

JoseConseco avatar JoseConseco commented on May 26, 2024

ok I did not checked the pull requests. Good to see u agree with these suggestions. closing this then.

from telescope-file-browser.nvim.

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.