You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Svein Arne Ackenhausen edited this page Feb 23, 2014
·
1 revision
Supported versions
Integration with vim is done through the NetBeans API so NetBeans support is required. As of now gvim is confirmed.
Configuring vim
In the EditorEngine plugins directory you will find vim.dll and the vim.executable and vim.parameters configuration files. You can either add the path to your gvim executable to the $PATH environment variable or configure vim.executable to point to gvim.
Keyboard shortcuts
Below is a sample for your vim startup settings:
Windows
map <C-S-j> :let x = system('oi set-to-foreground ContinuousTests "ContinuousTests Standalone Client"')<cr>
imap <C-S-j> <Esc>:let x = system('oi set-to-foreground ContinuousTests "ContinuousTests Standalone Client"')<cr>
map <C-S-t> :let x = system('oi gototype')<cr>
imap <C-S-t> <Esc>:let x = system('oi gototype')<cr>
map <C-S-e> :let x = system('oi explore')<cr>
imap <C-S-e> <Esc>:let x = system('oi explore')<cr>