NukeVimDCC: Vim-like keybinding for Nuke's default Script Editor.
vimdcc
Updated: 15 December 2023
Author: Virgil89
Compatible Nuke versions: 13.0 or later
Compatibility:
Description
NukeVimDCC: Vim-like keybinding for Nuke's default Script Editor.
Installation
Download the latest release from the releases page. Extract the zip file and copy the vimdcc
folder to the ~/.nuke folder. Then add the following lines to the menu.py file:
from vimdcc import vimdcc
vimdcc.install_nuke()
vimdcc.install_nuke()
Once the plugin is installed, you can find the Nuke Windows -> Custom -> VimDCC menu. From there you can enable/disable the plugin and access the settings panel.
For more information, check out the VimDCC GitHub page.