mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: change replace keybind description
This commit is contained in:
parent
873f47d214
commit
8c92fa9f53
1 changed files with 1 additions and 1 deletions
|
|
@ -238,7 +238,7 @@ keymap = [
|
|||
{ on = "A", run = [ "move 999", "insert --append" ], desc = "Move to the EOL, and enter append mode" },
|
||||
{ on = "v", run = "visual", desc = "Enter visual mode" },
|
||||
{ on = "V", run = [ "move -999", "visual", "move 999" ], desc = "Enter visual mode and select all" },
|
||||
{ on = "r", run = "replace", desc = "Enter replace mode" },
|
||||
{ on = "r", run = "replace", desc = "Replace a single character" },
|
||||
|
||||
# Character-wise movement
|
||||
{ on = "h", run = "move -1", desc = "Move back a character" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue