Skip to content

Commit

Permalink
chore: update yazi config and remove inc-rename
Browse files Browse the repository at this point in the history
  • Loading branch information
miszo committed Jun 11, 2024
1 parent dc992e5 commit 892d58f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion home/dot_config/exact_nvim/lazyvim.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"lazyvim.plugins.extras.coding.neogen",
"lazyvim.plugins.extras.coding.yanky",
"lazyvim.plugins.extras.editor.harpoon2",
"lazyvim.plugins.extras.editor.inc-rename",
"lazyvim.plugins.extras.editor.leap",
"lazyvim.plugins.extras.editor.mini-move",
"lazyvim.plugins.extras.editor.navic",
Expand Down
Empty file.
Empty file.
8 changes: 4 additions & 4 deletions home/dot_config/exact_yazi/yazi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ ueberzug_scale = 1
ueberzug_offset = [0, 0, 0, 0]

[opener]
edit = [{ exec = '$EDITOR "$@"', block = true, for = "macos" }]
open = [{ exec = 'open "$@"', desc = "Open", for = "macos" }]
reveal = [{ exec = 'open -R "$1"', desc = "Reveal", for = "macos" }]
extract = [{ exec = 'unar "$1"', desc = "Extract here", for = "macos" }]
edit = [{ run = '$EDITOR "$@"', block = true, for = "macos" }]
open = [{ run = 'open "$@"', desc = "Open", for = "macos" }]
reveal = [{ run = 'open -R "$1"', desc = "Reveal", for = "macos" }]
extract = [{ run = 'unar "$1"', desc = "Extract here", for = "macos" }]

[open]
rules = [
Expand Down

0 comments on commit 892d58f

Please sign in to comment.