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";