add open in file manager keymap in nvim
This commit is contained in:
parent
8de4e51663
commit
9caeac0da8
1 changed files with 6 additions and 0 deletions
|
|
@ -262,6 +262,12 @@ in
|
||||||
action = ":lua open_file_with_system_app()<CR>";
|
action = ":lua open_file_with_system_app()<CR>";
|
||||||
options = { desc = "Open file with system default app"; };
|
options = { desc = "Open file with system default app"; };
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
mode = "n";
|
||||||
|
key = "<leader>f";
|
||||||
|
action = ":!thunar %:h &<CR><CR>";
|
||||||
|
options = { desc = "Open current file directory in file manager"; };
|
||||||
|
}
|
||||||
|
|
||||||
# Markdown rendering
|
# Markdown rendering
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue