summaryrefslogtreecommitdiff
path: root/mac/.config/yazi/keymap-default.toml
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 20:46:59 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-09-13 20:46:59 +0900
commit3b0cb73407b303d4de2b2f279baab2f5f14fc6df (patch)
tree14a532c55820dca77afe953b52c27a3172b5ae1c /mac/.config/yazi/keymap-default.toml
parentd384f51704aa1d0d47b737533827ce575cc9d572 (diff)
modified shell/bm-dirs, modified yazi/keymap-default.toml, modified bin/bmshortcuts
Diffstat (limited to 'mac/.config/yazi/keymap-default.toml')
-rw-r--r--mac/.config/yazi/keymap-default.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/.config/yazi/keymap-default.toml b/mac/.config/yazi/keymap-default.toml
index e8fafdf..486493d 100644
--- a/mac/.config/yazi/keymap-default.toml
+++ b/mac/.config/yazi/keymap-default.toml
@@ -48,7 +48,7 @@ keymap = [
{ on = "<C-r>", run = "toggle_all", desc = "Invert selection of all files" },
# Visual mode
- { on = "v", run = "visual_mode", desc = "Enter visual mode (selection mode)" },
+ { on = "<C-v>", run = "visual_mode", desc = "Enter visual mode (selection mode)" },
{ on = "V", run = "visual_mode --unset", desc = "Enter visual mode (unset mode)" },
# Seeking
@@ -174,7 +174,7 @@ run = "plugin smart-enter"
desc = "Enter the child directory, or open the file"
[[mgr.prepend_keymap]]
-on = [ "c", "m" ]
+on = [ "c", "h", "m" ]
run = "plugin chmod"
desc = "Chmod on selected files"