diff options
author | Andrey0189 | 2024-04-18 09:51:55 +0500 |
---|---|---|
committer | Andrey0189 | 2024-04-18 09:51:55 +0500 |
commit | 07209b572031a01d7a76099c027b9779770840d1 (patch) | |
tree | f0a14de53d62677d62f4734ef95164d7e023b62b /nixos/modules/nixvim/plugins/barbar.nix | |
parent | 4163673d44bf956329cfa59196845f5d264df2b9 (diff) | |
download | old-07209b572031a01d7a76099c027b9779770840d1.tar.gz old-07209b572031a01d7a76099c027b9779770840d1.tar.bz2 old-07209b572031a01d7a76099c027b9779770840d1.zip |
Optimizing keymaps
Diffstat (limited to 'nixos/modules/nixvim/plugins/barbar.nix')
-rw-r--r-- | nixos/modules/nixvim/plugins/barbar.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/nixvim/plugins/barbar.nix b/nixos/modules/nixvim/plugins/barbar.nix index 516ec13..218fc90 100644 --- a/nixos/modules/nixvim/plugins/barbar.nix +++ b/nixos/modules/nixvim/plugins/barbar.nix @@ -6,7 +6,7 @@ next = "<TAB>"; previous = "<S-TAB>"; - close = "<C-q>"; + # close = "<C-q>"; }; }; } |