Allow repeat in visual mode (#33569)
Release Notes: - vim: Allow `.` in visual mode.
This commit is contained in:
parent
b0086b472f
commit
a2e786e0f9
3 changed files with 93 additions and 52 deletions
|
@ -210,7 +210,8 @@
|
|||
"ctrl-w space": "editor::OpenExcerptsSplit",
|
||||
"ctrl-w g space": "editor::OpenExcerptsSplit",
|
||||
"ctrl-6": "pane::AlternateFile",
|
||||
"ctrl-^": "pane::AlternateFile"
|
||||
"ctrl-^": "pane::AlternateFile",
|
||||
".": "vim::Repeat"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -219,7 +220,6 @@
|
|||
"ctrl-[": "editor::Cancel",
|
||||
"escape": "editor::Cancel",
|
||||
":": "command_palette::Toggle",
|
||||
".": "vim::Repeat",
|
||||
"c": "vim::PushChange",
|
||||
"shift-c": "vim::ChangeToEndOfLine",
|
||||
"d": "vim::PushDelete",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue