Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T23:49:39.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T13:51:36.286Z (over 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!