config: small updates

This commit is contained in:
xerus2000 2020-10-23 14:02:54 +02:00
parent 993a7d002b
commit 0336a7815e
3 changed files with 5 additions and 2 deletions

View File

@ -66,6 +66,9 @@
root = rev-parse --show-toplevel
curbranch = symbolic-ref --short HEAD
f = fetch
fa = fetch --all
l = pull
lg = log --pretty=tformat:'%C(auto)%h -%d %s %Cgreen(%cd) %Cblue<%an>%Creset' --date=human --no-merges
ln = !git --no-pager lg -5

View File

@ -49,7 +49,7 @@ let g:firenvim_config = {
\ 'cmdline': 'firenvim',
\ 'priority': 0,
\ 'selector': 'textarea:not([readonly]):not([class="handsontableInput"]):not([wrap="off"]), div[role="textbox"]:not([aria-label="Search"])',
\ 'takeover': 'always',
\ 'takeover': 'never',
\ },
\ '.*notion\.so.*': { 'priority': 9, 'takeover': 'never', },
\ '.*docs\.google\.com.*': { 'priority': 9, 'takeover': 'never', },

View File

@ -29,7 +29,7 @@ test -f "/usr/lib/libstderred.so" && export LD_PRELOAD="/usr/lib/libstderred.so$
export PASSWORD_STORE_ENABLE_EXTENSIONS="true"
# fzf defaults
export FZF_DEFAULT_OPTS='--select-1 --exit-0 --tiebreak=end,length --history=/var/tmp/fzf-history --ansi --bind="alt-enter:execute(test -O {} && $EDITOR {} || sudoedit {}),del:execute(gio trash {}),change:top,left-click:execute(xdg-open {})"'
export FZF_DEFAULT_COMMAND="fd --hidden --type file --color=always"
export FZF_DEFAULT_COMMAND="fd --hidden --type file --color=always --no-ignore-vcs"
export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND"
# ctest
export CTEST_PROGRESS_OUTPUT=1