Added an nvim hotkey for Telescope find_files
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
keymaps = [
|
||||
{
|
||||
action = "<cmd>Telescope find_files<CR>"; # select entire document
|
||||
key = "!fs";
|
||||
mode = "n";
|
||||
}
|
||||
{
|
||||
action = "gg<S-V>G"; # select entire document
|
||||
key = "<C-a>";
|
||||
|
||||
Reference in New Issue
Block a user