mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
nixvimConfigs/fiesta/setups/fuzzy-finder: update keybindings
This commit is contained in:
parent
2747af64bc
commit
f8c56ba712
@ -56,11 +56,11 @@ in
|
||||
end
|
||||
'';
|
||||
};
|
||||
"g" = {
|
||||
"v" = {
|
||||
options.desc = "Find files tracked by Git";
|
||||
action = helpers.mkRaw "require('telescope.builtin').git_files";
|
||||
};
|
||||
"G" = {
|
||||
"g" = {
|
||||
options.desc = "Live grep for the whole project";
|
||||
action = helpers.mkRaw "require('telescope.builtin').live_grep";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user