config: small updates
This commit is contained in:
parent
993a7d002b
commit
0336a7815e
|
@ -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
|
||||
|
|
|
@ -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', },
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue