Home

Awesome

Nuake

A Quake-style terminal panel for Neovim and Vim >= 8.0.1593.

Installation

This plugin follows the standard runtime path structure.

Plugin managerHow to install
Deincall dein#add('Lenovsky/nuake')
minpaccall minpac#add('Lenovsky/nuake')
PlugPlug 'Lenovsky/nuake'
VundlePlugin 'Lenovsky/nuake'

Usage

Configuration

You can tweak the behavior of Nuake by setting a few variables in your config file.

OptionDescription
let g:nuake_position = {position} (default 'bottom')Set the Nuake position to 'bottom', 'right', 'top' or 'left'.
let g:nuake_size = {0-1} (default 0.25)Set the Nuake size in percent.
let g:nuake_per_tab = {0,1} (default 0)Enable the Nuake instance per tab page.
let g:close_if_last_standing = {0,1} (default 1)Close the editor if the Nuake window is the last one.
let g:start_insert = {0,1} (default 1)Enter insert mode when opening Nuake.