improve telescope file browser command

This commit is contained in:
cswimr 2025-02-04 14:37:40 -06:00
parent d3b93d1064
commit b1e52dde09
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -18,6 +18,7 @@
enable = true;
settings = {
hijack_netrw = false;
grouped = true;
};
};
};
@ -95,7 +96,7 @@
{
mode = "n";
key = "<leader>te";
action = ":Telescope file_browser<CR>";
action = ":Telescope file_browser path=%:p:h select_buffer=true<CR>";
options = {
desc = "File Explorer";
silent = true;