由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - vim: how to reverse back from "split"
相关主题
Screen用ctrl-a S split屏幕以后的问题请教两个问题
screen can be split vertical now`谁在说kde容易崩溃
请教两个OSX补全软件 (转载)急问一个Linux shell问题
为啥我的virtualbox界面没有window manager了?openwrt编译问题
键盘上的windows键using g1
vim的window很难用啊...bash中比较无聊的功能
最小化的替代是 lower the windowubuntu 下 我想新增一些快捷键。。怎么搞?
耗时很长的一个commandhow to avoid hang when using screen+Vim?
相关话题的讨论汇总
话题: vim话题: split话题: window话题: reverse话题: now
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
in vim,
1. vim 1.cpp
2. split
3. e 2.cpp
now i have 2 windows, 1 for 1.cpp, 1 for 2.cpp.
2.cpp is the active window now.
now the window is too small for editing, i want to get rid of 1.cpp.
normally i
setp 1: switch the window to 1.cpp,
step 2: exit it.
So the whole vim is 2.cpp.
Any easy way (e.g. 1 step) to do this ?
M*******s
发帖数: 29
2
在 2.cpp 窗口用
:only

【在 w*s 的大作中提到】
: in vim,
: 1. vim 1.cpp
: 2. split
: 3. e 2.cpp
: now i have 2 windows, 1 for 1.cpp, 1 for 2.cpp.
: 2.cpp is the active window now.
: now the window is too small for editing, i want to get rid of 1.cpp.
: normally i
: setp 1: switch the window to 1.cpp,
: step 2: exit it.

w*s
发帖数: 7227
3
牛x, 太谢谢了

【在 M*******s 的大作中提到】
: 在 2.cpp 窗口用
: :only

h****e
发帖数: 138
4
nice

【在 M*******s 的大作中提到】
: 在 2.cpp 窗口用
: :only

p*******s
发帖数: 26
5
或者
ctrl+w o

【在 M*******s 的大作中提到】
: 在 2.cpp 窗口用
: :only

m********2
发帖数: 89
6
怎么关3个windows中的一个? 我正常是开两个。

【在 p*******s 的大作中提到】
: 或者
: ctrl+w o

p*******s
发帖数: 26
7
关闭当前窗口:
ctrl+w c

【在 m********2 的大作中提到】
: 怎么关3个windows中的一个? 我正常是开两个。
1 (共1页)
进入Linux版参与讨论
相关主题
how to avoid hang when using screen+Vim?键盘上的windows键
谁知道那里可以查汉字的代码,就是utf-8的vim的window很难用啊...
有没有啥screen的apache插件或者web插件最小化的替代是 lower the window
键盘的map,帮一下我。耗时很长的一个command
Screen用ctrl-a S split屏幕以后的问题请教两个问题
screen can be split vertical now`谁在说kde容易崩溃
请教两个OSX补全软件 (转载)急问一个Linux shell问题
为啥我的virtualbox界面没有window manager了?openwrt编译问题
相关话题的讨论汇总
话题: vim话题: split话题: window话题: reverse话题: now