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中的一个? 我正常是开两个。
|