Monday, November 25, 2013

Tmux like pane resizing in Vim possible?

Resizing windows in vim is similar to resizing panes in tmux:

Vim: ctrl-w followed by any of hjkl
Tmux: ctrl-b followed by any of hjkl

but in tmux if you keep pressed the hjkl keys the panes keeps resizing until you releas them. I like this way of resizing that is faster than:

ctrl-w XX followed by hjkl

in vim were XX is a number of rows or columns I want to resize the window.

Is it possible to configure Vim to behave more like Tmux??

regards,
Horacio

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment