Neovim Plugin for Blazingjj

sejo1 pts1 comments

sejo/blazingjj.nvim: This is a forked repo of https://github.com/swaits/lazyjj.nvim modified to use blazingjj (fork of inactive lazyjj). - OpenCommit: Build. Push. Deploy.

This website requires JavaScript.

sejo/blazingjj.nvim

Watch

Star

Fork

You've already forked blazingjj.nvim

Code

Issues

Projects

Releases

Wiki

Activity

This is a forked repo of https://github.com/swaits/lazyjj.nvim modified to use blazingjj (fork of inactive lazyjj).

4 commits

1 branch

0 tags

33 KiB

Lua

100%

main

Find a file

HTTPS

Download ZIP<br>Download TAR.GZ<br>Download BUNDLE

Open with VS Code

Open with VSCodium

Open with Intellij IDEA

Exact

Exact

Union

Jochen Maes

414778ad17

fix repo name and readme

2026-06-11 07:29:40 +02:00

lua/blazingjj

switch from lazyjj to blazingjj

2026-06-11 07:23:38 +02:00

LICENSE

switch from lazyjj to blazingjj

2026-06-11 07:23:38 +02:00

README.md

fix repo name and readme

2026-06-11 07:29:40 +02:00

README.md

blazingjj.nvim

A Neovim plugin that provides a floating window interface for<br>blazingjj.

Requirements

Neovim >= 0.5.0

plenary.nvim

blazingjj installed and available in your PATH

Installation

Using packer.nvim:

use {<br>'https://opencommit.eu/sejo/blazingjj.nvim.git',<br>requires = 'nvim-lua/plenary.nvim',<br>config = function()<br>require('blazingjj').setup()<br>end<br>Using lazy.nvim:

'https://opencommit.eu/sejo/blazingjj.nvim.git',<br>dependencies = 'nvim-lua/plenary.nvim',<br>opts = {}<br>Configuration

The plugin can be configured by passing options to the setup function:

require('blazingjj').setup({<br>mapping = 'jj' -- Change the default keymap<br>})<br>Or when using lazy.nvim:

'https://opencommit.eu/sejo/blazingjj.nvim.git',<br>dependencies = 'nvim-lua/plenary.nvim',<br>opts = {<br>mapping = 'jj'<br>Usage

Use the configured keymap (default: jj) to open blazingjj in a floating<br>window

Or use the :BlazingJJ command

Press q or lose focus to close the window

The window will automatically return focus to your previous window when<br>closing blazingjj

License

This plugin is licensed under the MIT license.

blazingjj nvim https lazyjj sejo window

Related Articles