Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git change default editor

git config --global core.editor vim
Comment

set git editor

$ git config --global core.editor vim
Comment

git configure default editor

# Set Emacs as the default editor
$ git config --global core.editor emacs   
# Set Visual Studio Code as the default editor
$ git config --global core.editor code
Comment

how to set default editor in git

git config --global core.editor nano
Comment

git set editor

git config --global core.editor nvim
Comment

set an editor for git

$ git config --global core.editor "'C:/Program Files (x86)/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
Comment

PREVIOUS NEXT
Code Example
Shell :: while loop shell script 
Shell :: npm http server 
Shell :: set wsl version to 1 
Shell :: bash print binary file 
Shell :: edit default port for linux server 
Shell :: check changes after git pull 
Shell :: apt-key deprecated 
Shell :: check my localhost command 
Shell :: blackeye bash 
Shell :: windows install httpie 
Shell :: open calculator from command line MacOS 
Shell :: kubernetes auto complete 
Shell :: heroku buildpacks 
Shell :: ansible lineinfile 
Shell :: bash go to home directory 
Shell :: wsl install 
Shell :: docker permission denied dial 
Shell :: composer ins 
Shell :: ubuntu service start example 
Shell :: git user config 
Shell :: bash red text 
Shell :: iis reset command 
Shell :: openssh client ubuntu 
Shell :: wsl add directory to path 
Shell :: how to install grub 
Shell :: pip upgrade all at once 
Shell :: git remove file from untracked 
Shell :: how to install wireshark 
Shell :: k8 delete deployment 
Shell :: run pm2 in cluster mode 
ADD CONTENT
Topic
Content
Source link
Name
3+1 =