Richiban / CodeFlea

A VS Code extension for intuitively moving the cursor around inside a file.
https://marketplace.visualstudio.com/items?itemName=Richibansoft.codeflea
MIT License
7 stars 2 forks source link

Is it possible to use Vim while CodeFlea is working? Or add a trigger to toggle codeflea plugin? #17

Open GDiving opened 6 months ago

GDiving commented 6 months ago

CodeFlea is a great plugin to jump around in a file while using vscode! Is it possible to use Vim while CodeFlea is working? Or add a trigger to toggle CodeFlea plugin while using Vim keys?

Richiban commented 6 months ago

I'd never considered using CodeFlea at the same time as Vim bindings! They're both modal editor functions though, so I can't imagine they could ever possibly run at the same time. If you want to try, all the codeFlea commands are just normal VS Code keybindings, so you can experiment with keys and their "when" conditions to see if you can make it work for your setup!

penn201500 commented 6 months ago

Is it possible to use a shortcut to toggle CodeFlea? I've tried to query chatgpt, no valid way found.

It would be nice to move and select with CodeFlea. It's a more efficient way than Vim. But sometimes we need to use Vim-style key strikes to move, insert, replace, surrounding chars or string.