myitcv / neovim

Go package for writing Neovim plugins (in Go!)
http://godoc.org/github.com/myitcv/neovim
MIT License
85 stars 4 forks source link

acme-esque mouse button support #6

Open myitcv opened 10 years ago

myitcv commented 10 years ago

Acme's configurable support for the three mouse buttons is brilliant. Write a plugin to emulate this in (terminal) Neovim.

Chords for cut and paste etc

myitcv commented 10 years ago

@fmoralesc - FYI

fmoralesc commented 10 years ago

@myitcv Will try to adapt my plan9-for-vimspace plugin to neovim. There shouldn't be many issues. Current vim implementation doesn't make it easy to emulate all the things, though, because we need multiple selections to emulate chords.

myitcv commented 10 years ago

@fmoralesc - will certainly consult you on plan9-for-vimspace before progressing with this idea.