🐛 fix(yazi): keymap to open nemo
This commit is contained in:
parent
f552520dd9
commit
975637bf4f
1 changed files with 1 additions and 1 deletions
|
@ -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" },
|
||||
|
|
Loading…
Add table
Reference in a new issue