Vim icon indicating copy to clipboard operation
Vim copied to clipboard

How to add a a vim keybinding to search for all references with 'gt' like 'gd' is for go to definition?

Open stephane-archer opened this issue 4 months ago • 1 comments

stephane-archer avatar Apr 22 '24 10:04 stephane-archer

   "vim.normalModeKeyBindingsNonRecursive": [
      {
         "before": ["leader", "r"], 
         "commands": ["editor.action.goToReferences"]
      }
   ],

darianmorat avatar Apr 25 '24 15:04 darianmorat