Add yazi keybinds
This commit is contained in:
parent
72dba5c923
commit
d59ff75299
2 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,8 @@ source ~/.config/environment.sh
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set -g fish_greeting
|
set -g fish_greeting
|
||||||
|
|
||||||
|
bind alt-f yazi
|
||||||
|
|
||||||
# Aliases
|
# Aliases
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
alias ls="eza --group-directories-first -x"
|
alias ls="eza --group-directories-first -x"
|
||||||
|
|
|
@ -47,3 +47,8 @@ desc = "Go to Videos"
|
||||||
on = ["g", "v", "r"]
|
on = ["g", "v", "r"]
|
||||||
run = "cd ~/Videos/Recording"
|
run = "cd ~/Videos/Recording"
|
||||||
desc = "Go to Recordings"
|
desc = "Go to Recordings"
|
||||||
|
|
||||||
|
# yank and copy to clipboard
|
||||||
|
[[mgr.prepend_keymap]]
|
||||||
|
on = "y"
|
||||||
|
run = [ 'shell -- for path in "$@"; do echo "file://$path"; done | wl-copy -t text/uri-list', "yank" ]
|
||||||
|
|
Loading…
Add table
Reference in a new issue