Skip to content

wvffle/vimterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vimterm

vimterm provides simple window with neovim's :terminal at the bottom of the screen.

But why? That's a good question. vimterm lets you operate with your files and have a single terminal window attached to the bottom of your workspace. For example, you can create a mapping to compile c++ programs with g++ without leaving your best editor.

Example mappings could look like this:

nnoremap <silent> <F4> :call vimterm#run('g++  -o /tmp/out' . expand('%')) <CR>
nnoremap <silent> <F5> :call vimterm#exec('/tmp/out') <CR>

nnoremap <F7> :call vimterm#toggle() <CR>
tnoremap <F7> <C-\><C-n>:call vimterm#toggle() <CR>

installation

Basically it's the same as every other plugin, so you can use dein for that:

call dein#add('wvffle/vimterm')

screenshots

About

Simple :terminal at the bottom of workspace for neovim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published