From 4a2e81085c26487314019d895040ab42e74adb79 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Thu, 3 Aug 2023 14:10:39 -0400 Subject: [PATCH] firenvim: avoid activating on code textareas on github --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index beb7dec..ef9461e 100644 --- a/init.lua +++ b/init.lua @@ -542,7 +542,8 @@ if g.started_by_firenvim == true then }, localSettings = { ['.*'] = { - selector = 'textarea:not([readonly]):not([class="handsontableInput"]), div[role="textbox"]', + selector = + 'textarea:not([readonly]):not([class="read-only-cursor-text-area"]):not([class="handsontableInput"]), div[role="textbox"]', takeover = 'never', }, ['https://github\\.com.*'] = {