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:
Conrad Irwin
2025-08-14 13:08:35 -06:00
committed by GitHub
parent eb9bbaacb1
commit b65e9af3e9
+2
View File
@@ -58,6 +58,8 @@
"[ space": "vim::InsertEmptyLineAbove",
"[ e": "editor::MoveLineUp",
"] e": "editor::MoveLineDown",
"[ f": "workspace::FollowNextCollaborator",
"] f": "workspace::FollowNextCollaborator",
// Word motions
"w": "vim::NextWordStart",