DROYWK35RZFB42NDGA2JPXUNXG542HEBVDKPP36M6VMAQCM3YDBAC V5C75NP3LCYK4RN52LBEUDWOBRRZDKCBUXHZIX3EMUYEWRF4ZYOQC MPCRSHWO4BHUEDTOA7PCBBY4IJEWOSS52OF4BBJPE33NKTAYNHRQC CFEF5NNUAHFBKHLERSQMAEE3W6THOT47GERTPRTBH3IVTUFX4F5AC KXYLAJ5WZIXV5FQ4TU3IPHCO2YRKQBAZBW27LOA5EVWI2OLVPIIAC 526CRD2QD6NF6N6PQUNWZT6UUGNLMC25UYNIO7ZFUCPQCUALYN4QC NJK4RXW2F5EFM7PDLS2YFCQHR5YALN4BM3YJDZ4RFEWFRY5RUL6QC telescopeMappings = [ "buffers" "diagnostics" "findFiles" "findProjects" "gitBranches" "gitBufferCommits" "gitCommits" "gitStash" "gitStatus" "helpTags" "liveGrep" "lspDefinitions" "lspDocumentSymbols" "lspImplementations" "lspReferences" "lspTypeDefinitions" "lspWorkspaceSymbols" "open" "resume" "treesitter" ];
# handled in ./keymaps.nix (set all to null)mappings = builtins.listToAttrs (builtins.map (name: { name = name; value = null; }) telescopeMappings);
# rest are handled in ./keymaps.nixmappings.findFiles = null; # now using fffmappings.findProjects = null;mappings.diagnostics = null;mappings.gitBranches = null;mappings.gitBufferCommits = null;mappings.gitCommits = null;mappings.gitStash = null;mpapings.gitStatus = null;mappings.helpTags = null;mappings.lspDefinitions = null;mappings.lspDocumentSymbols = null;mappings.lspImplementations = null;mappings.lspReferences = null;mappings.lspTypeDefinitions = null;mappings.lspWorkspaceSymbols = null;mappings.open = null;mappings.liveGrep = "<leader>fg";mappings.buffers = "<leader>fb";mappings.treesitter = "<leader>ft";mappings.resume = "<leader>fc";
# {# desc = "Telescope find_files";# key = "<leader>ff";# mode = "n";# action = "<cmd>lua require('telescope.builtin').find_files()<CR>"; # now using fff# }{desc = "Telescope live grep";key = "<leader>fg";mode = "n";action = "<cmd>lua require('telescope.builtin').live_grep()<CR>";}{desc = "Telescope buffers";key = "<leader>fb";mode = "n";action = "<cmd>lua require('telescope.builtin').buffers()<CR>";}