Muh dotfiles
This commit is contained in:
13
.config/yazi/keymap.toml
Normal file
13
.config/yazi/keymap.toml
Normal file
@ -0,0 +1,13 @@
|
||||
"$schema" = "https://yazi-rs.github.io/schemas/keymap.json"
|
||||
|
||||
[manager]
|
||||
prepend_keymap = [
|
||||
{ on = "<C-y>", run = "plugin wl-clipboard", desc = "Yank to clipboard" },
|
||||
{ on = "R", run = "rename --empty=stem --cursor=start", desc = "Rename file full" },
|
||||
{ on = [
|
||||
"g",
|
||||
"d",
|
||||
], run = "cd ~/documents", desc = "Goto ~/documents" },
|
||||
|
||||
{ on = "<A-s>", run = "search --via=rga", desc = "Search files by content via ripgrep-all" },
|
||||
]
|
Reference in New Issue
Block a user