由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - vim的window很难用啊...
相关主题
新人5个包子请教问题,redhat读写文件的内存问题弱问一个关于emacs的
Screen用ctrl-a S split屏幕以后的问题how to get command history in sqlpus within Screen shell?
KDE 4.4b1 又加了不少 featurefree
how to refresh a file buffer in vim?几道跟Linux有关的面试题 (转载)
想修改buffer cache的内核代码?请问从哪开始swap疑问
用free查到的memory里面的"cache"是做什么用的?fwrite 速度慢 怎么提高啊
run out of memory 后系统变得极慢How difficult is it to write your own sprintf ? (转载)
Intel Mobin 2 秒钟启动到 GUI为什么我的python code总是显示D
相关话题的讨论汇总
话题: tabs话题: tab话题: vim话题: window话题: ctrl
进入Linux版参与讨论
1 (共1页)
c*********k
发帖数: 4747
1
把一个窗口分割成那么多window,小小的,有什么解决办法?
u*********r
发帖数: 2735
2
get a larger monitor

【在 c*********k 的大作中提到】
: 把一个窗口分割成那么多window,小小的,有什么解决办法?
x********g
发帖数: 100
3
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.

相关主题
用free查到的memory里面的"cache"是做什么用的?弱问一个关于emacs的
run out of memory 后系统变得极慢how to get command history in sqlpus within Screen shell?
Intel Mobin 2 秒钟启动到 GUIfree
进入Linux版参与讨论
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 :)
1 (共1页)
进入Linux版参与讨论
相关主题
为什么我的python code总是显示D想修改buffer cache的内核代码?请问从哪开始
为啥 inode-cache 的内存算在 used 里面,不算在 cached 里面呢?用free查到的memory里面的"cache"是做什么用的?
Emacs 粘贴 clipboard 居然要用 menurun out of memory 后系统变得极慢
为什么这个32bit系统能够支持13 G 内存?Intel Mobin 2 秒钟启动到 GUI
新人5个包子请教问题,redhat读写文件的内存问题弱问一个关于emacs的
Screen用ctrl-a S split屏幕以后的问题how to get command history in sqlpus within Screen shell?
KDE 4.4b1 又加了不少 featurefree
how to refresh a file buffer in vim?几道跟Linux有关的面试题 (转载)
相关话题的讨论汇总
话题: tabs话题: tab话题: vim话题: window话题: ctrl