recent updates to random config stuff
This commit is contained in:
parent
1df0f9f5f6
commit
8b55484b02
8 changed files with 33 additions and 24 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Vertical Candidate List
|
||||
Vertical Candidate List=False
|
||||
Vertical Candidate List=True
|
||||
# Use Per Screen DPI
|
||||
PerScreenDPI=True
|
||||
# Use mouse wheel to go to prev or next page
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ inner-pad=0
|
|||
[colors]
|
||||
background=000000dd
|
||||
text=ebdbb2ff
|
||||
prompt=ebdbb2ff
|
||||
input=ebdbb2ff
|
||||
# match=cb4b16ff
|
||||
selection=ebdbb2ff
|
||||
selection-text=000000ff
|
||||
|
|
|
|||
|
|
@ -109,6 +109,7 @@ function pwdterm {
|
|||
function ya() {
|
||||
local tmp="$(mktemp -t "yazi-cwd.XXXXX")"
|
||||
yazi "$@" --cwd-file="$tmp"
|
||||
printf "\033]0;$TERMINAL\007" # Reset terminal name
|
||||
if cwd="$(cat -- "$tmp")" && [ -n "$cwd" ] && [ "$cwd" != "$PWD" ]; then
|
||||
cd -- "$cwd"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue