Add [f/]f to follow the next collaborator (#36191)

Conrad Irwin created

Release Notes:

- vim: Add `[f`/`]f` to go to the next collaborator

Change summary

assets/keymaps/vim.json | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

assets/keymaps/vim.json 🔗

@@ -58,6 +58,8 @@
       "[ space": "vim::InsertEmptyLineAbove",
       "[ e": "editor::MoveLineUp",
       "] e": "editor::MoveLineDown",
+      "[ f": "workspace::FollowNextCollaborator",
+      "] f": "workspace::FollowNextCollaborator",
 
       // Word motions
       "w": "vim::NextWordStart",