From cd46a439c0c3536f6b3b1d639a0e67c23997be9d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 30 Jul 2025 21:34:35 -0500 Subject: [PATCH] home/nixvim | formating + new mapping --- home/common/nixvim.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/home/common/nixvim.nix b/home/common/nixvim.nix index d45d607..de98a7c 100644 --- a/home/common/nixvim.nix +++ b/home/common/nixvim.nix @@ -8,6 +8,10 @@ key = "t"; action = ":Telescope buffers"; } + { + key = "T"; + action = ":terminal"; + } { key = "e"; action = ":Neotree"; @@ -68,9 +72,7 @@ enable = true; settings = { legacy_commands = false; - templates = { - subdir = "Templates"; - }; + templates = { subdir = "Templates"; }; daily_notes = { date_format = "%Y-%m-%d"; folder = "Daily";