From 4df80c3db5922a5a91c5929c7cde48aa802f095c Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 4 Mar 2026 17:52:57 +0100 Subject: switched tab navigation command from t + * to g + * --- modules/home/i3wm/nord-blue/nvim.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'modules/home/i3wm/nord-blue') diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index f9d885d..87bfbef 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -135,12 +135,12 @@ ------------------------------------------------- -- TABS ------------------------------------------------- - vim.keymap.set("n", "tt", "tabnew") - vim.keymap.set("n", "tc", "tabclose") - vim.keymap.set("n", "tn", "tabnext") - vim.keymap.set("n", "tp", "tabprevious") - vim.keymap.set("n", "t0", "tabfirst") - vim.keymap.set("n", "t$", "tablast") + vim.keymap.set("n", "gt", "tabnew") + vim.keymap.set("n", "gc", "tabclose") + vim.keymap.set("n", "gn", "tabnext") + vim.keymap.set("n", "gp", "tabprevious") + vim.keymap.set("n", "g0", "tabfirst") + vim.keymap.set("n", "g$", "tablast") ------------------------------------------------- -- NVIM-TREE -- cgit v1.2.3