🐛 fix(yazi): keymap to open nemo

This commit is contained in:
Sergio Laín 2025-02-02 00:46:36 +01:00
parent f552520dd9
commit 975637bf4f
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -7,7 +7,7 @@ sort_dir_first = true
[opener]
folder = [
{ run = 'hyprctl dispatch exec "[float; size 60% 60%; center 1] nemo" "$@"', orphan = true, desc = "nemo", for = "linux" },
{ run = 'hyprctl dispatch exec "[float; size 60% 60%; center 1] nemo" "$1"', orphan = true, desc = "nemo", for = "linux" },
{ run = '''fish -c "nvim "$1""''', block = true, desc = "neovim", for = "linux" },
{ run = 'kitty --detach nvim "$@"', orphan = true, desc = "neovim (detached)", for = "linux" },
{ run = '''fish -c "lazygit -p "$1""''', block = true, desc = "lazygit", for = "linux" },