change floaterm command

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2025-05-11 00:33:24 +02:00
parent e9de49e3c7
commit ab6fc98de6

View File

@@ -6,7 +6,8 @@
};
keymaps = [{
key = "<leader>cn";
action = "<cmd>FloatermNew --title=nixy nixy || sleep 10<cr>";
action =
"<cmd>FloatermNew --wintype=split --height=20 --title=nixy --autoclose=0 nixy<cr>";
options.desc = "Nixy";
}];
};