mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
change floaterm command
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
Former-commit-id: ab6fc98de6
This commit is contained in:
@@ -6,7 +6,8 @@
|
|||||||
};
|
};
|
||||||
keymaps = [{
|
keymaps = [{
|
||||||
key = "<leader>cn";
|
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";
|
options.desc = "Nixy";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user