config: various adjustments

This commit is contained in:
xeruf 2022-08-28 22:51:08 +02:00
parent eac3e98e9d
commit 81e6c78d60
3 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,7 @@ let g:firenvim_config = {
\ 'cmdline': 'firenvim',
\ 'priority': 0,
\ 'selector': 'textarea:not([readonly]):not([class="handsontableInput"]):not([wrap="off"]):not([rows="1"]):not([title="Replace"]):not([title="Search"]):not([name="message"]),
\ div[role="textbox"]:not([aria-label="Search"])',
\ div[role="textbox"]:not([aria-label="Search"]), div[class="CodeMirror"]',
\ 'takeover': 'always',
\ },
\ '.*com.*': {

View File

@ -28,7 +28,7 @@
"sudoloop": true,
"timeupdate": false,
"devel": false,
"cleanAfter": false,
"cleanAfter": true,
"provides": true,
"pgpfetch": true,
"upgrademenu": false,

View File

@ -17,6 +17,7 @@ showinfo() {
cmd="$1"
case "$cmd" in
# TODO extract help in standard format from scripts
(gh|chordpro|bat|pdfjam|reflector|topgrade|r128gain|7z|kubectl|diffr|docker|jrnl|difft|wiked-diff) unbuffer "$@" --help | $paginate;;
(caddy|stretchly|go|fossil) test "$cmd" = "fossil" -a $# -eq 1 && repo="$(locate -b -l 1 "fossil*.fossil")" && fossil ui "$repo" && exit
# TODO view fossil ui in terminal