Add <C-[> unbind to exemplar rc

See #5365
This commit is contained in:
Oliver Blanthorn 2026-07-24 22:34:26 +02:00
parent f08e640423
commit a03f58442e
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -112,6 +112,9 @@
" set searchurls.julia https://www.google.com/search?q=site:http://docs.julialang.org/en/v1%20
" " Search the current website with `open site [query]`
" set jsurls.site async q => `https://www.google.com/search?num=100&q=${encodeURIComponent("site:" + new URL((await tri.webext.activeTab()).url).hostname + " " + q)}`
"
" " Free up ctrl+[ for back in case H etc. has been stolen
" unbind --mode=normal <C-[>
"
" "
" " Misc settings