From ab6fc98de6a1272a97d0be4edf5d92899d77776d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sun, 11 May 2025 00:33:24 +0200 Subject: [PATCH] change floaterm command Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- home/programs/nvim/plugins/floaterm.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/programs/nvim/plugins/floaterm.nix b/home/programs/nvim/plugins/floaterm.nix index 85d9a10..f1d1796 100644 --- a/home/programs/nvim/plugins/floaterm.nix +++ b/home/programs/nvim/plugins/floaterm.nix @@ -6,7 +6,8 @@ }; keymaps = [{ key = "cn"; - action = "FloatermNew --title=nixy nixy || sleep 10"; + action = + "FloatermNew --wintype=split --height=20 --title=nixy --autoclose=0 nixy"; options.desc = "Nixy"; }]; };