8000 GitHub - zaucy/mcos.nvim: Multicursor on select neovim plugin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zaucy/mcos.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mcos.nvim

MCOS (Multicursor On Select) an extension of the jake-stewart/multicursor.nvim plugin that creates a user command for adding multicursors on a selection with a preview as you type!

mcnos-example

Install

Use lazy plugin manager

{
	"zaucy/mcos.nvim",
	dependencies = {
		"jake-stewart/multicursor.nvim",
	},
	config = function()
		local mcos = require('mcos')
		mcos.setup({})

		-- mcos doesn't setup any keymaps
		-- here are some recommended ones
		vim.keymap.set({ 'n', "v" }, 'gms', mcos.opkeymapfunc, { expr = true })
		vim.keymap.set({ 'n' }, 'gmss', mcos.bufkeymapfunc)
	end,
}

About

Multicursor on select neovim plugin

Topics

Resources

License

Stars

Watchers

Forks

Languages

0