Skip to content

A plugin for Neovim that let's you toggle the terminal

License

Notifications You must be signed in to change notification settings

karvla/term-toggle.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

term-toggle.nvim

A simple Neovim plugin to toggle between an editor and terminal buffer.

Installation

Using packer.nvim:

use {
  'term-toggle.nvim',
  config = function()
    require('term-toggle').setup({
      toggle_terminal = '<C-t>' -- Customize keybinding
    })
  end
}

Using lazy.nvim:

lazy.setup {
  {'karvla/term-toggle.nvim', config = function()
    require('term-toggle').setup({
      toggle_terminal = '<C-t>' -- Customize keybinding
    })
  end}
}

Usage

Toggle between your editor and terminal buffer using the configured keybinding.

About

A plugin for Neovim that let's you toggle the terminal

Resources

License

Stars

Watchers

Forks

Languages