casand.blogg.se

Set notepad++ editor in gitconfig
Set notepad++ editor in gitconfig








set notepad++ editor in gitconfig

The linked resource, by Github,is likely anycodings_git to be kept up to date, when editors are anycodings_git updated, even if answers on SO anycodings_git (including this one) are not.

set notepad++ editor in gitconfig

This provides an answer for people who anycodings_git arrive at this Question that may want to anycodings_git link an editor other than vim.

set notepad++ editor in gitconfig

Sublime Text (if correctly set up or anycodings_git use the full path to the executable in anycodings_git place of subl): Some editors require a -wait flag, or anycodings_git they will open a blank page. NOTE: Setting both is not necessarily anycodings_git needed, but some programs may not use anycodings_git the more-correct VISUAL. If you want to set the editor for Git anycodings_git and also other programs, set the anycodings_git standardized VISUAL and EDITOR anycodings_git environment variables*: export VISUAL=vim

  • Set the GIT_EDITOR environment variable: export GIT_EDITOR=vim.
  • Set core.editor in your Git config: git config -global core.editor "vim".
  • If you want to set the editor only for anycodings_git Git, do either (you don’t anycodings_git need both):










    Set notepad++ editor in gitconfig