I like mixing the keyboard and mouse. Yes I know
I like mixing the keyboard and mouse. Yes I know
I like mixing the keyboard and mouse. Yes I know
You're viewing a single thread.
@ashwinvis @vim @neovim This should work out of the box…? Does mouse dragging allow you to create a visual selection? If not, your terminal’s mouse reporting is probably not recognized correctly by (Neo)Vim, or it doesn’t report dragging at all.
@scy @ashwinvis @vim @neovim in my experience this works for resizing but not moving windows/panels around.
My solution to that is keyboard driven, but it's a plugin i wrote which allows swapping the currently focused window with a different one, by typing its letter.
I only tested it on vim, not neovim, but if it's possible to make it neovim compatible, i do welcome patches.
@tshirtman
Ooh... like a tiling window manager. I will check it out. I like the labelled popups in front of panes.
I see something similar written in Lua.
@ashwinvis @scy @vim @neovim oh the one you found seem more powerful than mine, behaving a lot more like i3wm, nice, sadly only neovim compatible, but it's nice to know it exists, panes management is really a pain point in vim when you open more than a couple of them.
@ashwinvis @vim @neovim Oh! Now I understand. Sorry.
Good question, I don’t know of any way, but I’d be interested in finding out, too, now ;)