mirror of
https://github.com/hydroxycarbamide/dotfiles.git
synced 2025-05-09 06:09:08 -04:00
Update yazi and its plugins
This commit is contained in:
parent
ab39adc2f3
commit
09065ab756
16 changed files with 1805 additions and 113 deletions
|
@ -152,7 +152,7 @@ keymap = [
|
|||
{ on = "}", run = "tab_swap 1", desc = "Swap current tab with next tab" },
|
||||
|
||||
# Tasks
|
||||
{ on = "w", run = "tasks_show", desc = "Show task manager" },
|
||||
{ on = "w", run = "tasks:show", desc = "Show task manager" },
|
||||
|
||||
# Help
|
||||
{ on = "~", run = "help", desc = "Open help" },
|
||||
|
@ -164,6 +164,15 @@ on = [ "g", "i" ]
|
|||
run = "plugin lazygit"
|
||||
desc = "run lazygit"
|
||||
|
||||
[[manager.prepend_keymap]]
|
||||
on = "M"
|
||||
run = "plugin mount"
|
||||
|
||||
[[manager.prepend_keymap]]
|
||||
on = [ "g", "c" ]
|
||||
run = "plugin vcs-files"
|
||||
desc = "Show Git file changes"
|
||||
|
||||
[tasks]
|
||||
|
||||
keymap = [
|
||||
|
@ -328,7 +337,7 @@ keymap = [
|
|||
keymap = [
|
||||
{ on = "<C-c>", run = "close", desc = "Cancel completion" },
|
||||
{ on = "<Tab>", run = "close --submit", desc = "Submit the completion" },
|
||||
{ on = "<Enter>", run = [ "close --submit", "close_input --submit" ], desc = "Submit the completion and input" },
|
||||
{ on = "<Enter>", run = [ "close --submit", "input:close --submit" ], desc = "Submit the completion and input" },
|
||||
|
||||
{ on = "<A-k>", run = "arrow -1", desc = "Move cursor up" },
|
||||
{ on = "<A-j>", run = "arrow 1", desc = "Move cursor down" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue