general

How to modify shortcut key for Tabby in Vim?

I'm trying to use Tabby's manual mode in Vim, but the default shortcut Ctrl + \ doesn't work in insert mode. Is there a way to modify the shortcut key for Tabby in Vim?

co

colas grassi

Asked on Mar 23, 2024

  1. Check current key mappings using :imap command.
  2. Configure the trigger key for Tabby by referring to the documentation at https://github.com/TabbyML/vim-tabby?tab=readme-ov-file#keybindings.
Mar 24, 2024Edited by