firenvim: avoid activating on code textareas on github
This commit is contained in:
parent
9257825f2a
commit
4a2e81085c
1 changed files with 2 additions and 1 deletions
3
init.lua
3
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.*'] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue