Moves scripts to own folder
This commit is contained in:
parent
36dbfbc689
commit
bcb83fb7be
32 changed files with 69 additions and 645 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[manager]
|
||||
[mgr]
|
||||
prepend_keymap = [
|
||||
{ on = [ "<Space>", "m" ], run = "plugin mount", desc = "Displays mount dialog"},
|
||||
{ on = [ "<Space>", 's'], run = "plugin what-size", desc = "Calc size of selection or cwd" },
|
||||
|
|
|
|||
18
.config/yazi/keymap.toml-1749306109066485
Normal file
18
.config/yazi/keymap.toml-1749306109066485
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[manager]
|
||||
prepend_keymap = [
|
||||
{ on = [ "<Space>", "m" ], run = "plugin mount", desc = "Displays mount dialog"},
|
||||
{ on = [ "<Space>", 's'], run = "plugin what-size", desc = "Calc size of selection or cwd" },
|
||||
{ on = [ "<Space>", '<S-s>'], run = "plugin what-size --args='--clipboard'", desc = "Calc size of selection or cwd" },
|
||||
{ on = ["<Space>", "<Space>"], desc = "Jump with zoxide", run = "plugin zoxide" },
|
||||
|
||||
{ on = "b", run = [ "toggle", "arrow next" ], desc = "Toggle the current selection state" },
|
||||
|
||||
{ on = "<S-l>", desc = "Move to the tab on the left", run = "tab_switch 1 --relative" },
|
||||
{ on = "<S-h>", desc = "Move to the tab on the right", run = "tab_switch -1 --relative" },
|
||||
{ on = ["c", 'm'], desc = "Change file mod", run = "plugin chmod"},
|
||||
{ on = ["<Space>", 'c'], desc = "Compress file", run = "plugin ouch" }
|
||||
]
|
||||
append_keymap = [
|
||||
{ on = ['c', 'v'], desc = "Drag selected files", run = "shell 'blobdrop -b \"$@\"'" },
|
||||
{ on = ["c", 'k'], desc = "Send using KDE Connect", run = "plugin kdeconnect-send"}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue