boysetsfrog / vimpc

Official repository for vimpc a vi/vim inspired client for the Music Player Daemon (mpd). Pull requests are welcome.
GNU General Public License v3.0
266 stars 34 forks source link

feature request: zz #28

Closed nilsbecker closed 10 years ago

nilsbecker commented 10 years ago

i can map it of course but this one seems rather standard in vim?

boysetsfrog commented 10 years ago

I am not sure if you meant ZZ which was already implemented but not in the help file, or zz which was not implemented but corresponding bindings like z. were. Either way I have added ZZ and ZQ to the help and added the bindings for zz, zt, zb to match up with the corresponding z. z- and z

nilsbecker commented 10 years ago

no, i meant zz; thanks for adding it! also, does 'folding' , http://vim.wikia.com/wiki/Folding, make sense for vimpc? one could open/close a fold for the albums of a given artist in the library view for example, or close/open all of them at once with zr and so on. just an idea.

nilsbecker commented 10 years ago

zz is working now.