vsvim

lookarounds positive negative lookbehind lookahead

半世苍凉 提交于 2019-12-30 17:32:27
问题 after searching all over google for vsvim lookahead or lookbehind and on the wiki I can't seem to figure out how, or if it even supports lookahead or lookbehind (positives or negatives) and how to use them if so. I've tried a few different syntaxes like \ze \@= (?<=let \w\+)( \(?<=let \w\+\)( that I've seen on vim answers but none of them seem to be working in vs vim for matching (nor substitution) how do you do lookarounds in VsVim? 回答1: For any newcomers, I'll copy the contents of this link

How can I record a “(” in a macro in vsVim?

久未见 提交于 2019-12-23 20:12:31
问题 I'm trying to record a macro that will type a small chunk of text that contains a parenthesis "(", whenever I try to play the macro it doesn't type the "();" at the end of the line. My guess is that parenthesis in a macro may have some special meaning but in my case, I just wanna type in "(". What's breaking my macro? How can I get the parenthesis to be typed? (note: I'm using the Visual Studio vsVim plugin) Edit: I can't remember the exact macro anymore, but it went something along the lines

Highlighting makes code unreadable when searching with VsVim

≡放荡痞女 提交于 2019-12-10 13:49:18
问题 I've been using VsVim for a while and I have been pretty happy with it. However, the one thing that has been annoying me is the highlighting of text when I do any kind of search in VsVim such using * or the standard search with / . I've spent hours trying to change the fonts and colors in the Visual Studios options menu, but I haven't found a way to change the color scheme. Below is a picture with the highlight text. Any help on this matter would greatly improve my productivity. 回答1:

Tab/Window group movement: (Ctrl-W)(Ctrl-L), etc

别说谁变了你拦得住时间么 提交于 2019-12-07 12:58:11
问题 I noticed that in the list of supported features for VsVim tab group movement was listed. I've been trying to use CTRL - W CTRL - K and CTRL - W CTRL - L , but I haven't been able to get them to move between tabs. I was wondering if I needed to do anything in the settings to get this to work properly. I'm currently using the VsVim on Visual Studio 2013. 回答1: For a long time, CTRL - l and CTRL - h were not implemented. I have implemented them and they should be available as of the next release

Tab/Window group movement: (Ctrl-W)(Ctrl-L), etc

淺唱寂寞╮ 提交于 2019-12-05 21:45:30
I noticed that in the list of supported features for VsVim tab group movement was listed. I've been trying to use CTRL - W CTRL - K and CTRL - W CTRL - L , but I haven't been able to get them to move between tabs. I was wondering if I needed to do anything in the settings to get this to work properly. I'm currently using the VsVim on Visual Studio 2013. For a long time, CTRL - l and CTRL - h were not implemented. I have implemented them and they should be available as of the next release of VsVim. They do work across tab groups. In the meantime, if you are anxious to have them, you could grab

lookarounds positive negative lookbehind lookahead

眉间皱痕 提交于 2019-12-01 16:26:40
after searching all over google for vsvim lookahead or lookbehind and on the wiki I can't seem to figure out how, or if it even supports lookahead or lookbehind (positives or negatives) and how to use them if so. I've tried a few different syntaxes like \ze \@= (?<=let \w\+)( \(?<=let \w\+\)( that I've seen on vim answers but none of them seem to be working in vs vim for matching (nor substitution) how do you do lookarounds in VsVim? For any newcomers, I'll copy the contents of this link here for the future: http://ssiaf.blogspot.ru/2009/07/negative-lookbehind-in-vim.html /\(Start\)\@<!Date