| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hi, everything is in the subject: is it possible to make the :h command split windows vertically? Thanks, Manuel. |
|
#2
| |||
| |||
| On 14/08/08 22:55, mpg wrote: > Hi, > > everything is in the subject: is it possible to make the :h command split > windows vertically? > > Thanks, > Manuel. > " open help window vertically unless :help typed in full if version < 700 cabbrev h vert h else cabbrev <expr> h \ ((getcmdtype() == ':' && getcmdpos() <= 2)? 'vert h' : 'h') endif |
|
#3
| |||
| |||
| Le (on) jeudi 14 août 2008 23:52, Tony Mechelynck a écrit (wrote) : > On 14/08/08 22:55, mpg wrote: >> everything is in the subject: is it possible to make the :h command split >> windows vertically? >> > " open help window vertically unless :help typed in full > if version < 700 > cabbrev h vert h > else > cabbrev <expr> h > \ ((getcmdtype() == ':' && getcmdpos() <= 2)? 'vert h' : 'h') > endif Perfect! Thanks a lot. Manuel. |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.