improve telescope file browser command
This commit is contained in:
parent
d3b93d1064
commit
b1e52dde09
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue