vim_window
Split, close, and navigate between Neovim windows using commands like split, vsplit, close, and wincmd for efficient window management in the MCP server environment.
Instructions
Manage Neovim windows: split, close, and navigate between windows
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Window manipulation command: split or vsplit to create new window, only to keep just current window, close to close current window, or wincmd with h/j/k/l to navigate between windows |