Plugin.floating-terminal

Toggle a floating terminal in Neovim for shell commands.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill plugin-floating-terminal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Plugin.floating-terminal
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/plugin.floating-terminal
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill plugin-floating-terminal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick way to toggle a floating terminal within the Neovim environment, streamlining command-line operations without leaving the editor.

Core Features & Use Cases

  • Toggle Terminal: Easily open and close a floating terminal window.
  • Command Execution: Run shell commands directly from within Neovim.
  • Use Case: Quickly run a git command, compile code, or execute a script in a floating terminal that appears on demand.

Quick Start

Use the Plugin.floating-terminal skill to toggle the floating terminal.

Frequently Asked Questions about Plugin.floating-terminal

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I toggle a floating terminal in Neovim?

To toggle a floating terminal in Neovim, use this Skill to manage the terminal window. It relies on the akinsho/toggleterm.nvim plugin to open and close the terminal on demand for executing shell commands directly within the editor.

Can I run shell commands directly inside the Neovim editor without switching windows?

Yes, you can run shell commands directly inside the Neovim editor using a floating terminal. This Skill provides quick access to command-line tools and scripts, allowing you to execute operations like git commands without leaving your development environment.

Does this floating terminal plugin require akinsho/toggleterm.nvim to work?

Yes, this floating terminal functionality relies on the akinsho/toggleterm.nvim plugin for its core operations. You must have this dependency installed to facilitate quick access to command-line tools and scripts within the Neovim environment.

What is the best way to execute scripts in Neovim without disrupting my workflow?

The best way to execute scripts in Neovim without disrupting your workflow is using a floating terminal. This Skill streamlines command-line operations by providing a terminal window that appears on demand, allowing you to compile code or run scripts quickly.

When do I need a floating terminal window for command-line operations?

You need a floating terminal window when you want to streamline command-line operations without leaving the Neovim environment. It is ideal for quickly running git commands, compiling code, or executing scripts on demand while maintaining your development context.

Are there limitations to using a floating terminal for shell commands in Neovim?

The main limitation is its dependency on the akinsho/toggleterm.nvim plugin. Without this specific plugin installed, the Skill cannot manage the floating terminal window or facilitate quick access to command-line tools and scripts within the Neovim editor.