spolu/dwm.vim

Fullscreen mode

mxmilkiib opened this issue · 9 comments

Would be handy. Apparently suckless.vim does this, but I haven't tried it yet. Ctrl-w | Ctrl-w _ to fullscreen leaves the other windows present in a crushed form.

as you said on HN C-F does restore state right?

In any case C-W | is a pain in the ass in dwm.vim context so we have to add a fullscreen mode.

Proposing C-L to switch between fullscreen and tiled mode

C-F resets, yes. Cool beans, as long as I can remap it :) I'd really love to align my Awesome, Tmux and Vim key bindings to match now.

You can remap as you want (see the dwm.vim file). Yep it's all about finding the right bindings for your setting :)

In fact I believe it's fixed by C-W | and then C-F, but we could map C-W | on C-L...

I think you mean C-W | and then C-H?

yes! :)

added a fullscreen mode with C-L