nvim_type
Type literal text into Neovim sessions without triggering key bindings or shell expansion. Ensures code, URLs, and special characters are entered exactly as provided.
Instructions
Type literal text without any special key interpretation. Perfect for code, URLs, or text with special characters. All characters including $, !, quotes, etc. are typed exactly as provided. Example: 'echo $HOME' types literally without shell expansion
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to type literally. Newlines create new lines, tabs create indentation. No escaping needed! | |
| session | Yes | Session name |