From f2dfef7bfd4015e1d83d3ee1c53218b3e60bce62 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 17 Dec 2024 14:46:34 -0600 Subject: [PATCH] neovim: close buffer with alt+c, restoring window switch with ctrl+w --- home/modules/tui/neovim/plugins/barbar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/tui/neovim/plugins/barbar.nix b/home/modules/tui/neovim/plugins/barbar.nix index 02b8067..5de093a 100644 --- a/home/modules/tui/neovim/plugins/barbar.nix +++ b/home/modules/tui/neovim/plugins/barbar.nix @@ -4,7 +4,7 @@ keymaps = { next.key = ""; previous.key = ""; - close.key = ""; + close.key = ""; }; }; -} \ No newline at end of file +}