Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 379 Bytes

File metadata and controls

26 lines (17 loc) · 379 Bytes

recmdwin.nvim

Recmdwin is just a wrapper of command-line window(cmdwin).

Features

  • Ignore w, q, etc, in cmdline history.
  • q in normal mode closes window.

Installation

With vim-plug

Plug 'hachy/recmdwin.nvim'

Setup

lua <<EOF
require("recmdwin").setup({})

vim.keymap.set("n", ":", "q:")
EOF