0

I want to create a key binding that when I press 'f+j' key (f AND k) keys when I am in "insert" mode, exit to visual mode.

I tried this on the keybinding.json but did not work:

{ "key": "fj",
 "command": "extension.vim_escape",
    "when": "editorTextFocus && vim.active && !inDebugRepl" },
}
romainl
  • 186,200
  • 21
  • 280
  • 313
campescassiano
  • 809
  • 5
  • 18

0 Answers0