I'm programming in vim and I'm having one little problem. My vim is multiple times splitted in both vertical and horizontal directions, and I want to activate word-wrap like set wrap when i switch from one window to another with ctrl-w/W, also i want to unwrap like set nowrap on focused one. I have no idea how to do this and I was never good at writing scripts for vim. Any ideas ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
I'm not sure of what you want to archieve, but maybe you could add
to your .vimrc. This will trigger a Alternatively, you can replace the |
||||
|