continue icon indicating copy to clipboard operation
continue copied to clipboard

VSCode extension: If possible, avoid using "+ L" in keybindings

Open jake-aspect opened this issue 1 year ago • 0 comments

Validations

  • [X] I believe this is a way to improve. I'll try to join the Continue Discord for questions
  • [X] I'm not able to find an open issue that requests the same enhancement

Problem

You seems to have switched over from "+ M" to "+ L" for your default keybindings in the VSCode plugin. That whole set of keymaps is basically not an option for anyone using vim bindings. It also interferes with a few other plugins like LaTeX. In general, I'd suggest just staying away from the home row.

Solution

I tend to remap things to use " ... + ' " (single quote) as that tends not to be used. Another option would be to use a chord.

jake-aspect avatar Mar 08 '24 18:03 jake-aspect