Questions tagged [jvi]

11 questions
19
votes
2 answers

Is it possible to use VI or VIM keymap in NetBeans?

Vim is my favorite tool for programming in OSX, but my team mate all use NetBeans. Some of them use Eclipse Keymap. Any suggestion plug-in to enable VI command in NetBeans 6.5? Related: Does any IDE have a vi keybindings option?
Jirapong
  • 24,074
  • 10
  • 54
  • 72
11
votes
1 answer

jVi in NetBeans

I'm choosing what to use: Eclipse or NetBeans. NetBeans has better vim plugin - jVi, but, as I see, it doesn't work with my own ~/.vimrc file. But in eclipse and VimPlugin for it everything is perfect. So are there any ways to use my vimrc settings…
Max Frai
  • 61,946
  • 78
  • 197
  • 306
9
votes
5 answers

In jVI for Netbeans, the cursor won't appear

Depending on the font I use, I might see a quarter of a cursor (lower right rectangle not flashing) in the wrong place, or no cursor at all. Still, the line I'm on highlights and the column number is displayed in the lower right. I've tried a mix of…
Philip
  • 7,253
  • 3
  • 23
  • 31
5
votes
2 answers

netbeans jvi vimrc file location

I have started using netbeans vim plugin Jvi and i cant seem to find the vimrc file location I found an option that seem to say that it will save the vimrc in the home folder, but there isnt one there. I am using Ubuntu. thanks
Gabriel Solomon
  • 29,065
  • 15
  • 57
  • 79
3
votes
3 answers

jVi Visual Block Select

I'm trying to do a block selection using jVi in Netbeans. I cannot seem to get it working - there seems to be a lot of good info on this topic, however I'm not seeing the answer to my problem. This is what I understand: to do a block select, you…
1
vote
1 answer

how could I solve "jvi 1.4.3 on netbeans 7.0.1 appear font warn dialog"?

at first, I'm sorry for my english, hope you understand me.. jVi 1.4.3 plugin on netbeans 7.0.1.. when I click an editor window for the first time I get the following…
nate
  • 61
  • 1
  • 5
1
vote
1 answer

jvi indent by tabs configuration

I'm using netbeans+jvi. I'm required to use tabs for indentation. however i'm not sure how i should configure jvi such that commands like >> (normal mode) use tabs. right now they use spaces. I want to know how I can configure it to use tabs…
timwaagh
  • 303
  • 3
  • 14
0
votes
1 answer

Is there an rc file (-like option) for jVi in Netbeans?

I'm using Netbeans 12 with jVi 1.6.5 on Ubuntu Linux 18.04. Every time I open a new source file in an editor window, I must enter the :set nu command manually to enable line numbers in jVi. Is there a way to automate the latter? I can't find…
0
votes
1 answer

Netbeans bug, Doesn't work Non-printable characters

I am currently using Netbeans with jVi (vim plugin). But after I install vim plugin, I can't disable Non-printable characters Menu: View -> Show Non-printable Characters (this menu doesn't work) nothing changed. I want to remove this paragraph…
0
votes
1 answer

Scrolling through Netbeans code assistance list without mouse or keyboard arrows

This is basically the same question as this except for Netbeans 8.0.2 (running under jMonkeyEngine SDK 3.1-alpha1) instead of Visual Studio. Honestly, the aforemetnioned link says it better than I can, but basically I'm a vim key binding user, and…
vt5491
  • 2,254
  • 2
  • 22
  • 34
0
votes
1 answer

Surround selection with quotes or parentheses in Netbeans jVi

I've started using the jVi VIM emulator plugin in Netbeans. One feature that I miss from before I installed that plugin was the ability to select a word or words and surround them with quotes, parentheses or brackets by hitting quote, parenthesis…
bconrad
  • 402
  • 4
  • 14