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>
This commit is contained in:
@@ -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";
|
||||
}];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user