Grant Mathews

Results 34 comments of Grant Mathews

Definitely profile before chasing down any potential problems. I am 95% certain the problem lies in us doing updateView more than we have to. Problem is that even a single...

I actually disagree here; I always found this to be a big limitation of Vim. One common workflow I use is to click somewhere, then scroll to look somewhere else,...

Huh, I never would have thought. I've never seen any other Vim emulation simulate this behavior. (Maybe under a flag?) In any case, I'm sure we could implement it under...

Consider issue #946, where users expected some behavior that wouldn't work if we had this on by default. I'm ok to add this, but it will need to be under...

The bug described in #946 is that the user would prefer not to scroll to the cursor on a tab switch. If we implemented a sticky cursor by default then...

The basic explanation is this. We could very easily map ctrl-z to u and ctrl-y to redo. We don't. Why? We have u/Ctrl-r, and (to my untrained eyes) they seem...

I can see that the search & replace thing would be the cause of some confusion though. Let me know what you think.

@Maistho That would be history itself. 😄 Vim's history does not correspond with VSCode's in important ways.

@Maistho did my explanation (https://github.com/VSCodeVim/Vim/issues/1490#issuecomment-295334612) not explain it? 😉

Ohh, I misread, my mistake! Trust you me @Maistho, if there is a single absolute truth in this treacherous world, it's that for every single Vim behavior, there is a...