Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ echo 'autoload -Uz compinit && compinit' >> ~/.zshrc

Editor

Emacs

Can I get Git information in Emacs?

Yes, see the package Magit.

Can I interact with GitHub from Emacs?

Yes, see the package Forge.

Vim

Can I get Git information in Vim?

Yes, see the plugin vim-fugitive. If you want to see the files that have been changed compared to HEAD in the "gutter" (sign column), see vim-gitgutter.

Can I interact with GitHub from Vim

...

?

No.

Visual Studio Code

Can I get Git information in Visual Studio Code?

Yes, Visual Studio code has built-in support for Git. For details, see the Visual Studio Code documentation.

Can I interact with GitHub from Visual Studio Code?

Yes, see the plugin GitHub Pull Requests.

...