Skip to content

nickramsay19/nkterm.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nkterm.nvim

Nicholas Ramsay

A very uncomplicated terminal for nvim.

Usage

:NkTermToggle

To bind a key to :NkTermToggle in both normal and terminal mode, use the following:

vim.keymap.set({'n', 't'}, '<C-,>', [[<C-\><C-n>:NkTermToggle<CR>]], { noremap = true })

Installation

Packer

use 'nickramsay19/nkterm.nvim'

Releases

No releases published

Packages

No packages published

Languages