keforbes
keforbes
@konradsa, my mistake, I misunderstood what you were asking for. I finally got a chance to open up Vim and try it myself and it doesn't look too difficult. We...
I could've sworn we'd implemented `Ctrl-V` to be paste in Vrapper for people who unbound `Ctrl-V` from Eclipse to use visual block mode but still wanted `Ctrl-V` to paste in...
I'm afraid of this feature. It requires touching the dreaded `imap jj ` code. I feel like if I stare at that block of code too long I'll introduce another...
I looked into this a little bit and I'm not sure if there's a legitimate solution. It seems the most common answer is to create a self-signed certificate. This means...
You mean Eclipse's "separate window" feature? I don't think it's possible for us to know which relative direction (up, down, left, right) one window is from another.
Right now, we only support `:!` which runs the command with the `` as input, and `:r!` which runs a command and inserts the output. We originally couldn't add support...
I'm not sure I understand this defect. Mostly because I don't think we've implemented this in Vrapper. So you're saying `.w ! wc` should execute the `wc` command and write...
I tried stepping through the code and `.w` is being interpreted as `w`, the write command. So that's why you aren't seeing any errors, it's saving the file. However, I...
As mentioned in #511, I've created a build of this branch and put it on an "experiment" update site: http://vrapper.sourceforge.net/update-site/experiment I'm concerned with the fact that @albertdev keeps finding little...
No, your solution doesn't differ at all from what I had in mind. In fact, you took it one step further and made it configurable. But I wasn't comfortable with...