In normal mode, use ; to enter the command line mode, and use ; when ft/FT jump is supported.
- Install by your favorite package manager.
-- lazy.nvim
{
"edte/normal-colon.nvim",
opts = {},
},
- Setup the plugin in your
init.lua
. This step is not needed with lazy.nvim ifopts
is set as above.
require("normal-colon").setup()
- Press f to enter cmd mode
2024-06-05.18.18.43.mov
- Press fFtT to jump
2024-06-05.18.25.27.mov
You can pass your config table into the setup()
function or opts
if you use lazy.nvim.