wuelnerdotexe / nerdterm

A term toggle plugin for vim.

Home Page:https://www.vim.org/scripts/script.php?script_id=6023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The NERDTerm

The NERDTerm is a terminal toggle plugin for the Vim editor.

Theme: Enfocado Dark Nature.

Installation

Install via your preferred package manager. Example using vim-plug:

Plug 'wuelnerdotexe/nerdterm'

Usage

NERDTerm provides only and exclusively one command:

:NERDTermToggle

Which you can map to your favorite map, for example:

nmap <leader>tt <Plug>(NERDTermToggle)
tmap <leader>tt <Plug>(NERDTermToggle)

Maintainer

Hi 👋, I'm Wuelner, a software developer from Guatemala, passionate about creating minimalist solutions using solid fundamentals focused on "how things should be".

License

MIT © Wuelner Martínez.

With 💖 from LATAM to the world!

About

A term toggle plugin for vim.

https://www.vim.org/scripts/script.php?script_id=6023

License:MIT License


Languages

Language:Vim Script 100.0%