change floaterm command

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>

Former-commit-id: ab6fc98de6
This commit is contained in:
Hadi
2025-05-11 00:33:24 +02:00
parent 0f944e4c05
commit dd83ee0e5e

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";
}];
};