mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 07:13:40 +00:00
Fix telescope keymaps
This commit is contained in:
@@ -374,12 +374,12 @@ in
|
||||
{
|
||||
key = "<leader>ff";
|
||||
mode = [ "n" ];
|
||||
action = "<cmd>Telescope Git Files<CR>";
|
||||
action = "<cmd>Telescope find_files<CR>";
|
||||
}
|
||||
{
|
||||
key = "<leader>fg";
|
||||
mode = [ "n" ];
|
||||
action = "<cmd>live_grep<CR>";
|
||||
action = "<cmd>Telescope live_grep<CR>";
|
||||
}
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user