https://github.com/wuelnerdotexe/nerdterm
A term toggle plugin for vim.
https://github.com/wuelnerdotexe/nerdterm
hacktoberfest neovim nerdterm nerdtree nerdtree-plugin vim
Last synced: about 1 year ago
JSON representation
A term toggle plugin for vim.
- Host: GitHub
- URL: https://github.com/wuelnerdotexe/nerdterm
- Owner: wuelnerdotexe
- License: mit
- Created: 2022-07-22T02:50:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:49:39.000Z (over 3 years ago)
- Last Synced: 2025-03-29T16:34:17.567Z (about 1 year ago)
- Topics: hacktoberfest, neovim, nerdterm, nerdtree, nerdtree-plugin, vim
- Language: Vim Script
- Homepage: https://www.vim.org/scripts/script.php?script_id=6023
- Size: 3.81 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# The NERDTerm
The NERDTerm is a terminal toggle plugin for the Vim editor.
## Installation
Install via your preferred package manager. Example using [vim-plug](https://github.com/junegunn/vim-plug):
```vim
Plug 'wuelnerdotexe/nerdterm'
```
## Usage
NERDTerm provides only and exclusively one command:
```vim
:NERDTermToggle
```
Which you can map to your favorite map, for example:
```vim
nmap tt (NERDTermToggle)
tmap tt (NERDTermToggle)
```
## Maintainer
> Hi 👋, I'm **[Wuelner](https://linktr.ee/wuelnerdotexe)**, a **software developer from Guatemala**, passionate about creating minimalist solutions using solid fundamentals focused on **"how things should be"**.
## License
[MIT © Wuelner MartÃnez.](https://github.com/wuelnerdotexe/nerdterm/blob/main/LICENSE)
With 💖 from LATAM to the world!