Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 871 Bytes

README.markdown

File metadata and controls

23 lines (18 loc) · 871 Bytes

Introduction

Simple modules which allows to open currently selected node(s), for example files in NetBeans project explorer or documents opened in the NB editor, in the Vim editor on the same position as it is currently set in NetBeans editor.

The action reuses the same Vim instance when invoked multiple times.

Installation

  1. clone repository
  2. open nb-vim-open module in NetBeans
  3. right-click Vim Open node in project explorer and select Create NBM.
  4. install the NBM via NetBeans plugin manager (Tools -> Plugins)

Usage

Select some node(s) (files in the project explorer) or just focus NetBeans editor and invoke File -> Open in Vim from NetBeans menu when (or just press Alt-F, Enter).

The action is available from other several places like editor's popup menu.