Skip to content

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

License

Notifications You must be signed in to change notification settings

edte/normal-colon.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published