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