Home

Awesome

sterm

(s)tupid (term)inal. Toggle between showing and hiding a neovim terminal buffer.

Installation

Using packer.nvim, add this to your use section:

use 'Hvassaa/sterm.nvim'

Quick start

Add a keymap to toggle the terminal, customize as needed:

vim.keymap.set({'t', 'n'}, "<F5>", require('sterm').toggle, { silent=true })

By default, sterm will make a vertical split to show the terminal. You can change this by

require('sterm').setup({
	split_direction = "right" -- right, left, up or down
})

Showcase

Sterm showcase

Features

Sorry, it cannot do much: