vim: Fix , and ; in visual mode (#7230)
Release Notes: - vim: Fixed , and ; in visual mode ([#7182](https://github.com/zed-industries/zed/issues/7182)).
This commit is contained in:
parent
d4264cbe4e
commit
3521b50405
1 changed files with 2 additions and 2 deletions
|
@ -96,6 +96,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
";": "vim::RepeatFind",
|
||||||
|
",": "vim::RepeatFindReversed",
|
||||||
"ctrl-o": "pane::GoBack",
|
"ctrl-o": "pane::GoBack",
|
||||||
"ctrl-i": "pane::GoForward",
|
"ctrl-i": "pane::GoForward",
|
||||||
"ctrl-]": "editor::GoToDefinition",
|
"ctrl-]": "editor::GoToDefinition",
|
||||||
|
@ -333,8 +335,6 @@
|
||||||
],
|
],
|
||||||
"*": "vim::MoveToNext",
|
"*": "vim::MoveToNext",
|
||||||
"#": "vim::MoveToPrev",
|
"#": "vim::MoveToPrev",
|
||||||
";": "vim::RepeatFind",
|
|
||||||
",": "vim::RepeatFindReversed",
|
|
||||||
"r": ["vim::PushOperator", "Replace"],
|
"r": ["vim::PushOperator", "Replace"],
|
||||||
"s": "vim::Substitute",
|
"s": "vim::Substitute",
|
||||||
"shift-s": "vim::SubstituteLine",
|
"shift-s": "vim::SubstituteLine",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue