From fae218ae7391ae4f7d891e9063d238ef63f4a085 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 4 Mar 2026 17:40:32 +0100 Subject: removed old broken keybind in nvim.nix --- modules/home/i3wm/nord-blue/nvim.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/home/i3wm/nord-blue/nvim.nix') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index c2b06e5..14e86e5 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -50,17 +50,6 @@ end, { desc = "Find files (cwd)" }) -- TAB KEYBINDS (t-based navigation) - - -- Open in new tab with "t" in lua file tree - vim.keymap.set("n", "t", function() - local node = api.tree.get_node_under_cursor() - if node and node.type == "file" then - vim.cmd("tabnew " .. node.absolute_path) - end - end, opts("Open in new tab")) - -- New tab - vim.keymap.set("n", "tt", "tabnew", { desc = "New tab" }) - -- Close tab vim.keymap.set("n", "tc", "tabclose", { desc = "Close tab" }) -- cgit v1.2.3