Giter Site home page Giter Site logo

nuake's Introduction

Nuake

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

Installation

This plugin follows the standard runtime path structure.

Plugin manager How to install
Dein call dein#add('Lenovsky/nuake')
minpac call minpac#add('Lenovsky/nuake')
Plug Plug 'Lenovsky/nuake'
Vundle Plugin 'Lenovsky/nuake'

Usage

  • Run :Nuake to toggle Nuake manually.

  • Add the following into your config file to toggle Nuake with F4:

    nnoremap <F4> :Nuake<CR>
    inoremap <F4> <C-\><C-n>:Nuake<CR>
    tnoremap <F4> <C-\><C-n>:Nuake<CR>
    

Configuration

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

Option Description
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.

nuake's People

Contributors

l3n76 avatar rgreenblatt avatar bag-man avatar rodrigore avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.