Add find_files shortcut

This commit is contained in:
2025-08-22 22:04:03 -04:00
parent 33808a120c
commit 1994f0681c

View File

@@ -41,6 +41,17 @@
" " " "
"" ""
]; ];
shortcut = [
{
action = {
__raw = "function(path) vim.cmd('Telescope find_files') end";
};
desc = "Find Files";
key = "f";
icon = " ";
}
];
}; };
}; };
}; };