c*********k 发帖数: 4747 | 1 把一个窗口分割成那么多window,小小的,有什么解决办法? |
u*********r 发帖数: 2735 | 2 get a larger monitor
【在 c*********k 的大作中提到】 : 把一个窗口分割成那么多window,小小的,有什么解决办法?
|
x********g 发帖数: 100 | |
F*******i 发帖数: 190 | 4 can you toggle back?
【在 x********g 的大作中提到】
|
x********g 发帖数: 100 | 5
That's interesting question. I don't know a command to do that.
【在 F*******i 的大作中提到】 : can you toggle back?
|
F*******i 发帖数: 190 | 6 http://www.vim.org/scripts/script.php?script_id=508
【在 x********g 的大作中提到】 : : That's interesting question. I don't know a command to do that.
|
S*A 发帖数: 7142 | 7 I use mini buffer explore script in vim.
So it have tabs instead of a lot of window.
Works better than the tabs from gvim itself. |
r****t 发帖数: 10904 | 8 what's wrong with the default tabs in vim? I stopped using mini buffer after
vim got tabs.
【在 S*A 的大作中提到】 : I use mini buffer explore script in vim. : So it have tabs instead of a lot of window. : Works better than the tabs from gvim itself.
|
F*******i 发帖数: 190 | 9 think minibuffer exploer is faster
after
【在 r****t 的大作中提到】 : what's wrong with the default tabs in vim? I stopped using mini buffer after : vim got tabs.
|
b3 发帖数: 134 | 10 ctrl +w o
【在 x********g 的大作中提到】 : : That's interesting question. I don't know a command to do that.
|
|
|
i*****f 发帖数: 578 | 11 * big monitor will help.
* It's NOT designed to have too many windows. In that case, consider tabs,
or just switch between buffers with :bn, :bp, or with ctrl-i and ctrl-o
【在 c*********k 的大作中提到】 : 把一个窗口分割成那么多window,小小的,有什么解决办法?
|
S*A 发帖数: 7142 | 12 The gvim's default tabs can't assign a file dedicate to
that tab. If I do some tag jumping, which I do pretty
often. The tab window will get mess up.
e.g. I have file A, B, C open in tab 1, 2, 3,
In tab 1, I jump to a tag which is locate in C.
vim open C in tab 1 instead of switch to tab 3.
Now I have C, B, C, lost my file A tab.
mini buf explore does not have that problem.
after
【在 r****t 的大作中提到】 : what's wrong with the default tabs in vim? I stopped using mini buffer after : vim got tabs.
|
N****w 发帖数: 21578 | 13 the buffer menu works for me quite well,
until I have too many buffers and the menu becomes cascaded. hehe
【在 S*A 的大作中提到】 : The gvim's default tabs can't assign a file dedicate to : that tab. If I do some tag jumping, which I do pretty : often. The tab window will get mess up. : e.g. I have file A, B, C open in tab 1, 2, 3, : In tab 1, I jump to a tag which is locate in C. : vim open C in tab 1 instead of switch to tab 3. : Now I have C, B, C, lost my file A tab. : mini buf explore does not have that problem. : : after
|
S*A 发帖数: 7142 | 14 I don't use mouse. I just use the keyboard to switch tabs.
【在 N****w 的大作中提到】 : the buffer menu works for me quite well, : until I have too many buffers and the menu becomes cascaded. hehe
|
N****w 发帖数: 21578 | 15 with kbd you can also use menu :)
【在 S*A 的大作中提到】 : I don't use mouse. I just use the keyboard to switch tabs.
|
r****t 发帖数: 10904 | 16 I use wildmenu too.
【在 N****w 的大作中提到】 : with kbd you can also use menu :)
|