File tree 2 files changed +20
-1
lines changed 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pairing with smart people at Hashrocket.
10
10
11
11
For a steady stream of TILs, [ sign up for my newsletter] ( https://tinyletter.com/jbranchaud ) .
12
12
13
- _ 1053 TILs and counting..._
13
+ _ 1054 TILs and counting..._
14
14
15
15
---
16
16
@@ -1142,6 +1142,7 @@ _1053 TILs and counting..._
1142
1142
- [ Open FZF Result In A Split] ( vim/open-fzf-result-in-a-split.md )
1143
1143
- [ Open Routes File With vim-rails] ( vim/open-routes-file-with-vim-rails.md )
1144
1144
- [ Open The Directory Of The Current File] ( vim/open-the-directory-of-the-current-file.md )
1145
+ - [ Open The Fugitive Git Summary Window] ( vim/open-the-fugitive-git-summary-window.md )
1145
1146
- [ Open The Gemfile] ( vim/open-the-gemfile.md )
1146
1147
- [ Open The Latest Rails Migration] ( vim/open-the-latest-rails-migration.md )
1147
1148
- [ Open The Selected Lines In GitHub With Gbrowse] ( vim/open-the-selected-lines-in-github-with-gbrowse.md )
Original file line number Diff line number Diff line change
1
+ # Open The Fugitive Git Summary Window
2
+
3
+ The [ ` vim-fugitive ` plugin] ( https://github.com/tpope/vim-fugitive ) can show a
4
+ git summary window that is "akin to git-status". There are two ways to open up
5
+ this window.
6
+
7
+ The short-hand way of doing this is with ` :G ` (or ` :Git ` ) with no arguments.
8
+ For me, this opens the ` fugitive-summary ` in a split.
9
+
10
+ The other way is with the ` :Gedit ` command. This command can take a variety of
11
+ arguments, and when you pass it ` : ` as an argument, it will open a window with
12
+ the ` fugitive-summary ` (i.e. ` :Gedit : ` ).
13
+
14
+ I tend to short-hand this as ` :Ge: ` .
15
+
16
+ See ` :h fugitive-summary ` and ` :h fugitive-object ` for more details on this.
17
+
18
+ [ source] ( https://www.youtube.com/watch?v=rzUMjqD6NMQ )
You can’t perform that action at this time.
0 commit comments