vim_buffer
Get buffer contents with line numbers
Try it
vim_command
Execute Vim commands with optional shell command support
Try it
vim_status
Get comprehensive Neovim status including cursor position, mode, marks, and registers
Try it
vim_edit
Edit buffer content using insert, replace, or replaceAll modes
Try it
vim_window
Manage Neovim windows: split, close, and navigate between windows
Try it
vim_mark
Set named marks at specific positions in the buffer
Try it
vim_register
Manage Neovim register contents
Try it
vim_visual
Create visual mode selections in the buffer
Try it
vim_buffer_switch
Switch between buffers by name or number
Try it
vim_buffer_save
Save current buffer or save to specific filename
Try it
vim_file_open
Open files into new buffers
Try it
vim_search
Search within current buffer with regex support and options
Try it
vim_search_replace
Find and replace with global, case-insensitive, and confirm options
Try it
vim_grep
Project-wide search using vimgrep with quickfix list
Try it
vim_health
Check Neovim connection health
Try it
vim_macro
Record, stop, and play Neovim macros
Try it
vim_tab
Manage Neovim tabs: create, close, and navigate between tabs
Try it
vim_fold
Manage code folding: create, open, close, and toggle folds
Try it
vim_jump
Navigate Neovim jump list: go back, forward, or list jumps
Try it