Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 800 Bytes

README.md

File metadata and controls

42 lines (23 loc) · 800 Bytes

normal-colon.nvim

In normal mode, use ; to enter the command line mode, and use ; when ft/FT jump is supported.

📦 Installation

  1. Install by your favorite package manager.
-- lazy.nvim
	{
		"edte/normal-colon.nvim",
		opts = {},
	},
  1. Setup the plugin in your init.lua. This step is not needed with lazy.nvim if opts is set as above.
require("normal-colon").setup()

🚀 Usage

  1. Press f to enter cmd mode
2024-06-05.18.18.43.mov
  1. Press fFtT to jump
2024-06-05.18.25.27.mov

🔧 Configuration

You can pass your config table into the setup() function or opts if you use lazy.nvim.

Options