mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-02 11:12:09 +02:00
Sleep if failed
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
};
|
};
|
||||||
keymaps = [{
|
keymaps = [{
|
||||||
key = "<leader>cn";
|
key = "<leader>cn";
|
||||||
action = "<cmd>FloatermNew --title=nixy nixy<cr>";
|
action = "<cmd>FloatermNew --title=nixy nixy || sleep 10<cr>";
|
||||||
options.desc = "Nixy";
|
options.desc = "Nixy";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user