Questions tagged [vim-fugitive]

Git integration for the Vim editor

A wrapper for Git that injects its functionality inside Vim, such as

  • View any blob, tree, commit, or tag in the repository
  • Bring up the output of git status
  • interactive vertical blame split
  • git mv on a file and simultaneously renames the buffer
  • grep exposure to search the work tree (or any arbitrary commit)
  • statusline integration
  • open the current file on GitHub

More at the github repository.

92 questions
0
votes
1 answer

How to mark the start of the shell session from Vim?

When I am using vim-figitive it often shells out for commands like git push and so on. Every time it opens a shell I see some leftovers from the previous session, something like: Press ENTER or type command to continue It sets me off every time…
firedev
  • 20,898
  • 20
  • 64
  • 94
-1
votes
2 answers

Git Flow Feature Creation and Rebasing Features

I have 2 branches, development and master. I want to create a new feature on the development branch so I do: git flow feature start test_01 Which creates a feature branch and switches to this branch. For testing reasons I switch to the development…
FastSolutions
  • 1,809
  • 1
  • 25
  • 49
1 2 3 4 5 6
7