Ctrl W s not splitting windows in vim
Posted
by
rajan sthapit
on Super User
See other posts from Super User
or by rajan sthapit
Published on 2011-10-01T18:45:39Z
Indexed on
2011/11/30
10:05 UTC
Read the original article
Hit count: 291
I am trying to use Ctrl+ws to split a window in vim. However it is not working in my case. I opened a file using vim filename. Then I pressed Ctrl+ws. But as soon as I press just Ctrl+w it clears the viewport and I could see my shell display before vim opened the file. I mean the view port is replaced by the content just before the file was opened. However, I am still editing the file with vim.
Suggestions?
© Super User or respective owner