diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-25 20:15:11 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-12-25 20:15:11 +0900 |
| commit | 1dd4c28afbfd62e1947afa03162788b6e8974ed1 (patch) | |
| tree | 2acbcd12a5353e2b36d3a4d23aa6aeb662f7a339 /mac | |
| parent | 28e8bdf7f8286bd431b7f3b709e79f3827b31469 (diff) | |
modified yazi/keymap-default.toml, modified bin/gitupdate, modified yazi/keymap-default.toml, modified bin/gitupdate
Diffstat (limited to 'mac')
| -rw-r--r-- | mac/.config/yazi/keymap-default.toml | 2 | ||||
| -rwxr-xr-x | mac/.local/bin/gitupdate | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/yazi/keymap-default.toml b/mac/.config/yazi/keymap-default.toml index 6b7acad..dd78bc1 100644 --- a/mac/.config/yazi/keymap-default.toml +++ b/mac/.config/yazi/keymap-default.toml @@ -190,7 +190,7 @@ run = "plugin chmod" desc = "Chmod on selected files" [[mgr.prepend_keymap]] -on = "<C-d>" +on = [ "g", "f"] run = "plugin diff" desc = "Diff the selected with the hovered file" diff --git a/mac/.local/bin/gitupdate b/mac/.local/bin/gitupdate index bbe1a92..063a4cd 100755 --- a/mac/.local/bin/gitupdate +++ b/mac/.local/bin/gitupdate @@ -76,7 +76,7 @@ else # Add and commit changes git add --all . git commit -m "$message" - git pull --rebase origin "$branch" + git pull --rebase $git_current_remote "$branch" git remote | xargs -L1 git push --all fi |
