kimtore / pms

Practical Music Search is an interactive Vim-like console client for the Music Player Daemon.
https://ambientsound.github.io/pms/
MIT License
249 stars 23 forks source link

Vim-like selection with shift + v #115

Closed nicholasglazer closed 5 years ago

nicholasglazer commented 5 years ago

I checked man and issues on gh, but didn't found multiselect. Wonder if it's implemented or not?

tremby commented 5 years ago

Presuming you're using the Go version, you can press v for visual selection mode. Then move up or down and you'll see the selection.

nicholasglazer commented 5 years ago

Installed from AUR pmus-git Practical Music Search v0.99.0-8c89184

When pressing v see only version on the bottom.

tremby commented 5 years ago

Not sure where that 0.99 version number came from, but that commit hash points to this, which is the (very) old C++ version, and is actually part of the 0.42 line.

So the answer is yes, it's implemented. It's at least implemented in the current version, but I don't remember if it exists in the 0.42 branch.

nicholasglazer commented 5 years ago

You're right, this is an old version, it was updated 2017-05-22 16:23 on AUR. I'll just use git version instead, thanks!