File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
7
7
warrant a full blog post. These are mostly things I learn by pairing with
8
8
smart people at [ Hashrocket] ( http://hashrocket.com/ ) .
9
9
10
- _ 485 TILs and counting..._
10
+ _ 486 TILs and counting..._
11
11
12
12
---
13
13
@@ -477,6 +477,7 @@ _485 TILs and counting..._
477
477
- [ Case-Insensitive Substitution] ( vim/case-insensitive-substitution.md )
478
478
- [ Center The Cursor] ( vim/center-the-cursor.md )
479
479
- [ Check Your Current Color Scheme] ( vim/check-your-current-color-scheme.md )
480
+ - [ Close All Other Splits] ( vim/close-all-other-splits.md )
480
481
- [ Close All Other Windows] ( vim/close-all-other-windows.md )
481
482
- [ Close the Current Buffer] ( vim/close-the-current-buffer.md )
482
483
- [ Coerce The Current Filetype] ( vim/coerce-the-current-filetype.md )
Original file line number Diff line number Diff line change
1
+ # Close All Other Splits
2
+
3
+ If you have a couple other splits open, but you only want the window in
4
+ focus, you may find yourself doing some finger gymnastics to navigate to
5
+ those other split windows to close out of them.
6
+
7
+ There is an easier way.
8
+
9
+ The Ex command ` :only ` will close all other splits, excluding the window
10
+ that is currently in focus.
11
+
12
+ See ` :h :only ` for more details.
You can’t perform that action at this time.
0 commit comments