From 9d9998762a280ea7aa3114efe05cdcd17043258f Mon Sep 17 00:00:00 2001 From: Aditya Date: Wed, 21 Feb 2024 15:48:56 +0530 Subject: [PATCH] add floating terminal toggle --- nixvim.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nixvim.nix b/nixvim.nix index 17a5f69..ce732d7 100644 --- a/nixvim.nix +++ b/nixvim.nix @@ -124,6 +124,12 @@ action = "Neotree toggle"; options.desc = "Toggle Neotree"; } + { + mode = "n"; + key = "tf"; + action = "FloatermToggle"; + options.desc = "Togggle floating terminal"; + } { key = "oe"; action = ":Ollama Explain_Code";