English 中文(简体)
能否将纵向而不是横向地面对地制成表?
原标题:Is it possible to have vertical rather than horizontal GTK tabs in gvim?
  • 时间:2011-11-23 12:27:29
  •  标签:
  • vim
  • tabs
  • gtk

<代码>gvim可使用<代码>-p(或<代码>-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 如果在单一届会上选择:

Horizontal tabs in gvim http://ave.nu/~gammy/img/tabs_hori.png

能否在GT-fashion(e,不使用额外微粒/em>,但实际使用全球倡议)中展示vertical栏中的表格?

最佳回答

您指的是——有表格线,名称main.pde,levelFont.。 等等,是展示——以垂直方式展示?

无,是不可能的。

You can use :ls to list the buffers, you can use some plugin maybe to show the list of tabs in a separate window, but you cannot change Vim s native tabline to show differently.

问题回答

你们正在使用表格。 他们不代表档案清单,而是代表不同的窗口布局。 如果你忘掉一个表格中的表格并使用多个缓冲器(如果你已经这样做的话),你就有可能找到一个能够显示垂直分割窗口中缓冲物清单的图象,但你不太可能发现对表格的照样。 至少有小型产品供应商具备这一功能(let g:miniBufExplV Split={width})。





相关问题
Autoupdate VIM Plugins?

Is it possible to update vim plugins automatically?

how to unindent in vim without leaving edit mode?

I m writing a lot of python code recently, and i used the tab-to-space mode in vim. I was just wondering how would i unindent in vim without leaving edit mode for example after i finished if...: block....

Scrolling inside Vim in Mac s Terminal

I ve been googling around trying to figure out if it s possible to use my mouse wheel to scroll while inside Vim in Mac s Terminal, with no luck. It seems as if only X11 or iTerm support this. Before ...

Vim - Deleting XML Comments

How do I delete comments in XML? If the opening and the closing comment tags are on the same line, I use :g/^<!--.*-->$/d to delete the comment. How to delete the comments that are spread ...

Limiting a match in vim to certain filetypes?

I have the following in my .vimrc to highlight lines longer than 80 chars: highlight OverLength ctermbg=red ctermfg=white guibg=#592929 match OverLength /\%81v.*/ This works quite well. However, the ...

Profiling Vim startup time

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile its startup and see which of ...