From 8b8c09a722c27dbe1e2c3276decb23d618dbada6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 1 May 2023 21:41:43 -0700 Subject: [PATCH] nvim: remap toggleterm open to F12 (reverting change) --- .config/nvim/lua/blake/other.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index 239ced8..9d219bc 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -40,7 +40,7 @@ M.toggleterm = function() return vim.o.columns * 0.4 end end, - open_mapping = [[]], + open_mapping = [[]], hide_numbers = true, -- hide the number column in toggleterm buffers shading_factor = '1', -- the degree by which to darken to terminal colour, default: 1 for dark backgrounds, 3 for light start_in_insert = true,