mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 17:32:26 +00:00
nvim keymap: \t to open NvimTree
This commit is contained in:
@@ -371,11 +371,15 @@ in
|
|||||||
silent = true;
|
silent = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
# copy to OS clipboard
|
|
||||||
{
|
{
|
||||||
key = "<leader>y";
|
key = "<leader>y";
|
||||||
mode = [ "v" ];
|
mode = [ "v" ];
|
||||||
action = "\"+y";
|
action = "\"+y"; # copy to OS clipboard
|
||||||
|
}
|
||||||
|
{
|
||||||
|
key = "<leader>t";
|
||||||
|
mode = [ "n" ];
|
||||||
|
action = "<cmd>NvimTreeFindFileToggle<CR>";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
key = "gD";
|
key = "gD";
|
||||||
|
Reference in New Issue
Block a user