Add [f/]f to follow the next collaborator (#36191)
Release Notes: - vim: Add `[f`/`]f` to go to the next collaborator
This commit is contained in:
parent
eb9bbaacb1
commit
b65e9af3e9
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@
|
||||||
"[ space": "vim::InsertEmptyLineAbove",
|
"[ space": "vim::InsertEmptyLineAbove",
|
||||||
"[ e": "editor::MoveLineUp",
|
"[ e": "editor::MoveLineUp",
|
||||||
"] e": "editor::MoveLineDown",
|
"] e": "editor::MoveLineDown",
|
||||||
|
"[ f": "workspace::FollowNextCollaborator",
|
||||||
|
"] f": "workspace::FollowNextCollaborator",
|
||||||
|
|
||||||
// Word motions
|
// Word motions
|
||||||
"w": "vim::NextWordStart",
|
"w": "vim::NextWordStart",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue