spolu / dwm.vim

Tiled Window Management for Vim
http://www.vim.org/scripts/script.php?script_id=4186
700 stars 76 forks source link

Added more vim-ish movement #32

Closed teoljungberg closed 12 years ago

teoljungberg commented 12 years ago

This makes more sense, atleast in my optinion, considering it's vim we are talking about. And the use of the homerow

Resolves #31

spolu commented 12 years ago

Again, J should let you go down your stacked buffers. So I think it should not be inverted. Ok for H and L

teoljungberg commented 12 years ago

What I changed is just the mappings, so:

spolu commented 12 years ago

I understand and I disagree with the C-J / C-K inversion.

teoljungberg commented 12 years ago

Do you want me to change the commits to just handle resizing?

spolu commented 12 years ago

That'd be awesome! + pull master so that it is directly mergeable from here :)

spolu commented 12 years ago

As it is to day w moves CW and W CCW and CW means right then down the stack of buffers.

teoljungberg commented 12 years ago

IMHO, I don't the the issues with my remapping. But thats not an issue, changing

teoljungberg commented 12 years ago

That'd be awesome! + pull master so that it is directly mergeable from here :)

Or do you want me to create another PR, from my master to your master? That's not necessary, the PR is from my branch vim-movement to your master

spolu commented 12 years ago

Thanks!