Commit for generation 105

This commit is contained in:
2024-09-26 15:59:53 -04:00
parent 2ac94711df
commit b9b1cd1cd8

View File

@@ -16,10 +16,24 @@
mode = "t"; mode = "t";
} }
{ {
action = "<cmd>FloatermKill rangerterm<CR>"; action = "<C-w>h";
key = "<F3>"; key = "<C-h>";
mode = "t"; mode = "n";
}
{
action = "<C-w>j";
key = "<C-j>";
mode = "n";
}
{
action = "<C-w>k";
key = "<C-k>";
mode = "n";
}
{
action = "<C-w>l";
key = "<C-l>";
mode = "n";
} }
]; ];
} }