diff options
| author | 2026-04-21 01:24:37 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:37 +0100 | |
| commit | f191bb78e945690363217e4166d2270494d11b2d (patch) | |
| tree | 24754f9c81dbe44f64727bb6932f1ca988e7b3cb /dot_config/yazi/keymap.toml | |
| parent | 70e0722e70632b2a16d29e5beeaa127ebf04f184 (diff) | |
| download | dotfiles-f191bb78e945690363217e4166d2270494d11b2d.tar.gz dotfiles-f191bb78e945690363217e4166d2270494d11b2d.tar.bz2 dotfiles-f191bb78e945690363217e4166d2270494d11b2d.zip | |
style: apply prettier and taplo to css/json/jsonc/toml
Diffstat (limited to 'dot_config/yazi/keymap.toml')
| -rw-r--r-- | dot_config/yazi/keymap.toml | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/dot_config/yazi/keymap.toml b/dot_config/yazi/keymap.toml index b7ed5c7..a86b251 100644 --- a/dot_config/yazi/keymap.toml +++ b/dot_config/yazi/keymap.toml @@ -1,9 +1,24 @@ [mgr] prepend_keymap = [ - { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" }, - { on = [ "g", "r" ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel 2>/dev/null || echo .)"', desc = "Go to git root" }, - { on = [ "g", "." ], run = "cd ~/dotfiles", desc = "Go to dotfiles" }, - { on = [ "g", "x" ], run = "cd ~/doxfiles", desc = "Go to doxfiles" }, - { on = [ "g", "s" ], run = "cd ~/sync", desc = "Go to sync" }, - { on = [ "g", "S" ], run = "cd ~/pics/screenshots", desc = "Go to screenshots" }, + { on = "!", run = 'shell "$SHELL" --block', desc = "Open shell here" }, + { on = [ + "g", + "r", + ], run = 'shell -- ya emit cd "$(git rev-parse --show-toplevel 2>/dev/null || echo .)"', desc = "Go to git root" }, + { on = [ + "g", + ".", + ], run = "cd ~/dotfiles", desc = "Go to dotfiles" }, + { on = [ + "g", + "x", + ], run = "cd ~/doxfiles", desc = "Go to doxfiles" }, + { on = [ + "g", + "s", + ], run = "cd ~/sync", desc = "Go to sync" }, + { on = [ + "g", + "S", + ], run = "cd ~/pics/screenshots", desc = "Go to screenshots" }, ] |
