Skip to content

Commit

Permalink
terminal/tools/yazi: --sync still needed for yazi.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 10, 2024
1 parent ac3ff12 commit 3d3170f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/home/programs/terminal/tools/yazi/keymap/manager.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ in
prepend_keymap = [
{
on = [ "l" ];
run = "plugin smart-enter";
run = "plugin --sync smart-enter";
desc = "Enter the child directory, or open the file";
}
{
on = [ "<Right>" ];
run = "plugin smart-enter";
run = "plugin --sync smart-enter";
desc = "Enter the child directory, or open the file";
}
{
Expand Down Expand Up @@ -47,12 +47,12 @@ in
}
{
on = [ "T" ];
run = "plugin hide-preview";
run = "plugin --sync hide-preview";
desc = "Hide or show preview";
}
# {
# on = [ "T" ];
# run = "plugin max-preview";
# run = "plugin --sync max-preview";
# desc = "Maximize or restore preview";
# }
{
Expand Down

0 comments on commit 3d3170f

Please sign in to comment.