Skip to content

Instantly share code, notes, and snippets.

@rafaeloledo
Last active January 5, 2025 20:29
Show Gist options
  • Save rafaeloledo/d56902c1825862f53ab788610b2dcc79 to your computer and use it in GitHub Desktop.
Save rafaeloledo/d56902c1825862f53ab788610b2dcc79 to your computer and use it in GitHub Desktop.
Override LazyVim mappings

Override LazyVim mappings

Go to the plugin that already mapped the key

lua/plugins/fzf.lua

return {
  "ibhagwan/fzf-lua",
  keys = {
    { "<leader><space>", function ()
      require("mini.files").open()
    end, desc = "Mini Files" },
  },
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment