berknam

Results 23 comments of berknam

Normal Vim has a '--visual mode-- (insert) ' that is like normal visual mode but after an operation it goes back to insert mode instead of normal mode. This is...

> 2\. Stay in insert mode without the matched text selected (I'm not sure there's a way of doing this) With PR #5842 this is possible, since if you call...

> > Most of my searches are using the vscode built-in search which in 1.16 and before would leave me in insert mode when I go from the search box...

> > > This behaviour is very frustrating, being obliged to super carefully middle click on the line you activated the insert (vim mode) to properly paste. > For the...

> @junekhan > > Hi, I guess I have a new problem now with `1.17.1`, when I navigate back or forward, the cursor seemingly moves as I go, however, once...

The problem with binding to `alt+...` key combinations is that it would make those combinations stop working for their normal behavior and there is a lot of `alt+...` that are...

> > > We should probably provide bindings like these but set their default values in `handleKeys` to false. That's a great option! Should be simple enough to do.

Whats happening here is the following: Since you have 'jk' mapped in insert mode, when you press 'j' in insert mode it will see that it is a potential remap...

@Xdminsy Once #5280 is merged you can use option 2 or 3 and this will work seamlessly like it does in normal Vim. The problem with your approach is that...

@JW9506 > > > @berknam I think it is only a matter of inventing an algorithm that makes it work. > Consider the following: > if user inputs something that...