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