mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
yazi visual mode keybind
This commit is contained in:
parent
e4ca9f1833
commit
6227a7d090
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ keymap = [
|
|||
# Selection
|
||||
{ on = "<Space>", run = ["toggle", "arrow 1"], desc = "Toggle the current selection state" },
|
||||
{ on = "v", run = "toggle_all", desc = "Enter visual mode (selection mode)" },
|
||||
# { on = "V", run = "visual_mode --unset", desc = "Enter visual mode (unset mode)" },
|
||||
{ on = "V", run = "visual_mode --unset", desc = "Enter visual mode (unset mode)" },
|
||||
# { on = "<C-a>", run = "select_all --state=true", desc = "Select all files" },
|
||||
# { on = "<C-r>", run = "select_all --state=none", desc = "Inverse selection of all files" },
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue